Re: [Live-devel] Playback using live55

2008-08-13 Thread Ross Finlayson
Thank You for your reply..i will work on the vlc codebtw, im wondering if the mpegreceiver is able to receive the audio and video stream at the same time There's no such application as "mpegreceiver". Assuming that you mean "testMPEG1or2VideoReceiver", then the answer is no, because that

Re: [Live-devel] Playback using live55

2008-08-13 Thread Melvin_Raj
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Wednesday, August 13, 2008 9:08 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Playback using live55 >Is there any example codes of live555 that is able to playback >video? (maybe a pre-reco

Re: [Live-devel] Playback using live55

2008-08-13 Thread Ross Finlayson
Is there any example codes of live555 that is able to playback video? (maybe a pre-recorded video file?) Look at VLC . Note, in particular, the code that interfaces with the "LIVE555 Streaming Media" libraries: "modules/demux/live555.cpp". -- Ross Finlayson Liv

Re: [Live-devel] Playback using live55

2008-08-13 Thread Glen Gray
VLC uses live555 for playback of rtsp streams. Check out the code for that in modules/demux/live555.cpp -- Glen Gray [EMAIL PROTECTED] On 13 Aug 2008, at 13:00, Melvin_Raj wrote: Is there any example codes of live555 that is able to playback video? (maybe a pre-recorded video file?) Tha