Re: [Live-devel] H264 SDP

2008-07-10 Thread Ross Finlayson
I have attached our sdp and NAL frame (contains NAL units 7 and 8) alongwith the mail. We may be missing some needed information in sdp or we might be communicating it in the wrong format or I might be totally mistakenJ. Could you tell us the correct sdp fmtp line to generate No I can't, beca

[Live-devel] Create openRTSP.exe in windows

2008-07-10 Thread Babitha
Hi all, I'm new to live555.I need to compile and build openrtsp program in windows.I have created libBasicUsageEnvironment.lib,libUsageEnvironment.lib,libliveMedia.lib and libgroupsock.lib and linked these.I'm using VC6 platform.I'm able to comile the openRTSP program without any errors, but b

[Live-devel] H264 SDP

2008-07-10 Thread soumya patra
Hi, I have implemented the H264VideoStreamer subclass and am able to successfully unicast stream to a single VLC client. For this I had modified the live sdp generation code to exclude the fmtp:... line from the returned describe response for H264. In this case I am able to play the streamed co

Re: [Live-devel] Streaming a live audio source (stdin) over unicast

2008-07-10 Thread Karl Dalen
Thanks a lot for your help > > Remember that - because you're reading from a single input source - > you must also change "reuseFirstSource" to "True". > I have modified that in testOnDemandRTSPServer without any change in the results. Is it possible that testOnDemandRTSPServer does some fsee

Re: [Live-devel] Streaming a live audio source (stdin) over unicast

2008-07-10 Thread Ross Finlayson
I'm aware of the preferred model for unicast, testOnDemandRTSPServer. However, it didn't seem to work with continuous streaming from stdin. On the other hand streaming wav files works fine with testOnDemandRTSPServer. Simply modifying testOnDemandRTSPServer to read from stdin Remember that - be

Re: [Live-devel] Stream from a Panasonic BL-C131A network camera

2008-07-10 Thread Ross Finlayson
So I decided to try to capture the output using openRTSP and things 'seem' to work, but all I get are two empty files in my current working directory. Have you read the FAQ?? -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel

[Live-devel] Stream from a Panasonic BL-C131A network camera

2008-07-10 Thread Marcel Gagné
Hello everyone, I have a Panasonic BL-C131A network camera that can stream video and audio. There are a couple of ways to do this. One is to use MJPEG output and another streaming MPEG4. Both support sound and (sigh) sound comes through if you view the camera using Internet Explorer. Firefox u

[Live-devel] Streaming a live audio source (stdin) over unicast

2008-07-10 Thread Karl Dalen
Hi, I would like to stream a live audio source readable from stdin over unicast and I have modified the test program testWAVAudioStreamer so I can successfully stream multicast: % audiorecord -p mic -T wav | testWAVAudioStreamer I was wondering is it possible to modify testWAVAudioStreamer to

Re: [Live-devel] H264 SDP generation

2008-07-10 Thread Ross Finlayson
But I want to stream it to multiple client. Are you remembering to set the "reuseFirstSource" parameter (to your "ServerMediaSubsession"s) to "True"? That's important if you are streaming from a single input source (as you are). -- Ross Finlayson Live Networks, Inc. http://www.live555.com/_

[Live-devel] H264 SDP generation

2008-07-10 Thread soumya patra
Hi, I have developed a H.264 unicast streamer over RTSP using LIVE555 streaming library. I've developed my own H264VideoStreamFramer. Here are the following SDP information, RTP Payload Type = 97 Profile-Level-Id = 66 sprop-

Re: [Live-devel] H264 SDP generation

2008-07-10 Thread Ross Finlayson
Can someone please help me to inform me the SDP parameters for H.264 RTP transmission over RTSP including Profile-Level-Id & sprop-parameter-set. The full SDP description for the stream is computed automatically by "H264VideoRTPSink", so you don't need to worry about this. Just make sure th

[Live-devel] H264 SDP generation

2008-07-10 Thread soumya patra
Hi, I have created a h.264 unicast streamer using live555 streaming library. I have created my own H.264 video stream framer. Some issue is there with this approach, I have developed VideoServerMediaSubsession. In this when I am streaming without SDP it's streaming which I c