| Reply | « Previous Thread | Next Thread » |
|
Hi,
Can we keep two video players in prefetch state, some docs say that we can, but when I tried the following code I got an ERROR event in the player listener method, the device I am using is 6630 (6.03.40). player1 = Manager.createPlayer(is,type); palyer1.addPlayerListener(this); player1.realize(); videoControl = (VideoControl) player1.getControl("VideoControl"); item =(Item) videoControl.initDisplay(.....); form.append(item); player1.prefetch(); player2 = Manager.createPlayer(is1,type); palyer2.addPlayerListener(this); player2.realize(); videoControl2 = (VideoControl) player2.getControl("VideoControl"); item =(Item) videoControl2.initDisplay(.....); form2.append(item); player2.prefetch(); Thanks |
| pradeep.khannan |
| View Public Profile |
| Find all posts by pradeep.khannan |
|
Is this a direct copy of your source?
There is a typo on the second line of both player cration pieces palyer1.addPlayerListener(this); should be player1.addPlayerListener(this); Hartti |
|
that was as a typing mistake, it has nothing to do with the error event
|
| pradeep.khannan |
| View Public Profile |
| Find all posts by pradeep.khannan |
|
According to my experience pradeep we cant keep two players in a prefetch state.Anyways we have to come across problem of gap between two players.
|
|
hi,
actually i am also doing the same thing. The problem i am facing i can able to listen the audio, but the videos are not displaying. i set the setDisplaySize and setDisplayLocation for the two players. i am using the N95 device. Please help me in this regard. If yes, please give me the solution for this. Thanks, G.S.Rajasekhar |
| satyarajasekhar |
| View Public Profile |
| Find all posts by satyarajasekhar |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| problems displaying video | gorsken | Mobile Java Media (Graphics & Sounds) | 6 | 2006-06-21 18:18 |
| Play video on Canvas with N 6600 doesnt work. Please help!!! | Robert111 | Mobile Java Media (Graphics & Sounds) | 2 | 2006-02-22 09:45 |
| Simultaneous video rendering - issue SOS | arvind_v | Streaming and Video | 0 | 2006-01-04 16:12 |
| About video mms | yqspeed | General Symbian C++ | 4 | 2005-08-14 08:38 |
| video players... | moschous | Streaming and Video | 2 | 2003-05-30 21:19 |