[Live-devel] Help needed in writing Xvideo streamer

2009-06-25 Thread Muhammad Bilal
Hi Everyone! I'm writing Xvideo streamer. I've written my own Video source file derived from FramedSource and I'm using MPEG4VideoStreamDiscreteFramer and MPEG4ESVideoRTPSink. I'm using VLC player to receive stream. The problem is that receiver shows only first frame correctly and gradually this f

Re: [Live-devel] MPEG4 RTSP Client/Receiver

2009-06-25 Thread Ross Finlayson
When i stream file2 (rename this file's extension as m4e) using LiveMediaServer demo application, The following message is printed continously on the screen: MPEG4VideoStreamParser::parseVideoObjectPlane(): Saw unexpected code 01F5 MPEG4VideoStreamParser::parseVideoObjectPlane(): marker bit

Re: [Live-devel] patch for rtspclient to support speed header

2009-06-25 Thread Anon Sricharoenchai
rtsp://202.43.34.236/TPBS_arch/15-04-2009T20.asf <-- but this server implement speed header. Speed header, is not fast-forward, but it is to increase bandwidth. However, to implement it in rtsp client, is very simple. Is there any disadvantage to have it? On 6/25/09, Ross Finlayson wrote: > We d

Re: [Live-devel] MPEG4 RTSP Client/Receiver

2009-06-25 Thread Khaliq Masood
When i stream file2 (rename this file's extension as m4e) using LiveMediaServer demo application, The following message is printed continously on the screen: MPEG4VideoStreamParser::parseVideoObjectPlane(): Saw unexpected code 01F5 MPEG4VideoStreamParser::parseVideoObjectPlane(): marker bit

Re: [Live-devel] H264 Headers in live stream

2009-06-25 Thread Ross Finlayson
I am trying to connect multiple clients to a live H264 stream from a file source. I have set the resuseFirstSource flag to be true to enable all the clients to render the same data. I could always connect the first client, but the subsequent clients on VLC always give a warning message called "Wai

[Live-devel] H264 Headers in live stream

2009-06-25 Thread Sundar R
Hi All, I am trying to connect multiple clients to a live H264 stream from a file source. I have set the resuseFirstSource flag to be true to enable all the clients to render the same data. I could always connect the first client, but the subsequent clients on VLC always give a warning message cal

Re: [Live-devel] sending RTCP through Unicast

2009-06-25 Thread Ross Finlayson
I'm using the Live555 in order to make a unicast transmission of an MPEG2T. my sender and receiver are both Live555 . I used the DEBUG mode on RTCP.CPP to check the messages . I noticed that the receiver sends the RTCP packets only to itself (they are being received on 127.0.0.1 and on the same p

[Live-devel] sending RTCP through Unicast

2009-06-25 Thread tadmorm1
Hi, I'm using the Live555 in order to make a unicast transmission of an MPEG2T. my sender and receiver are both Live555 . I used the DEBUG mode on RTCP.CPP to check the messages . I noticed that the receiver sends the RTCP packets only to itself (they are being received on 127.0.0.1 and on the s

Re: [Live-devel] patch for rtspclient to support speed header

2009-06-25 Thread Ross Finlayson
We don't support the "Speed:" header in our RTSP client, because few - if any - servers implement it. It's just not very useful in practice. (Note that if you want "fast-forward", then you do that using the "Scale:" header - which we *do* support - not the "Speed:" header.) -- Ross Finlayso

[Live-devel] patch for rtspclient to support speed header

2009-06-25 Thread Anon Sricharoenchai
Hi, rtspclient should support "Speed: " header. It is easy to implement. The attached file is the patch for this. Thank you, Anon. diff -urN liblivemedia-2008.07.25.orig/liveMedia/MediaSession.cpp liblivemedia-2008.07.25.develop/liveMedia/MediaSession.cpp --- liblivemedia-2008.07.25.orig/liveMed

Re: [Live-devel] Query on multiple media subssesions

2009-06-25 Thread Ross Finlayson
I am trying to stream out an audio and a video stream in a single SDP sessions and would like add these as two separate media sub-sessions. Based on my understanding, I plan to try the following: sms = ServerMediaSession::createNew() sms->addSubsession(AudioMediaSubsession::createNew(...))

[Live-devel] Query on multiple media subssesions

2009-06-25 Thread Ganesh V
Dear Experts, I am trying to stream out an audio and a video stream in a single SDP sessions and would like add these as two separate media sub-sessions. Based on my understanding, I plan to try the following: sms = ServerMediaSession::createNew() sms->addSubsession(AudioMediaSubsession::c

Re: [Live-devel] MPEG4 RTSP Client/Receiver

2009-06-25 Thread Khaliq Masood
Thanks Ganesh it solved my problem. I have one more problem. i have tested two files for streamer. when file1 is streamed by streamer, the received file is not playable if i dont add initial stream information. While when file2 is streamed by the streamer, the received file is directly playable