Re: [Live-devel] Testing resource for the RTP AMR

2010-03-15 Thread changchun.zhang
Does any body have resource to test the RTP AMR stream? I mean the RTSP server which is sending the RTP AMR stream for my RTSP Client test. B.R, Changchun (Alex) -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of changchun

[Live-devel] Streaming h264

2010-03-15 Thread Dennis Piedra Yalint
hi, can any of you stream h264,vod or live ?, please if someone could do it I would appreciate a little help because i don´t know where to start.thanks ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo

Re: [Live-devel] H264 Unicast SPS Packet

2010-03-15 Thread Eric Lammerts
On 03/15/10 07:00, Miguel Angel Arcos wrote: I'm working now with a client receiving images from an H264 unicast server. I extract SPS and PPS packet using fmtp_spropparametersets and parseSPropParameterSets. I can see correctly the video data received when I decode. The problem is with the ext

Re: [Live-devel] QuickTimeFileSink IDR detection patch

2010-03-15 Thread Ross Finlayson
Thanks. I have now installed a new version (2010.03.16) of the software that includes this patch. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/l

Re: [Live-devel] fseek failed (err 6)

2010-03-15 Thread Ross Finlayson
I am a trainee from Germany and I must write for my company a programme in which the picture of a camera is to be seen (This camera: http://www.level-one.de/levelone.php?page=prod&cat=7004&model=WCS-2030V3). Now my problem is that if I want to have with openRTSP-d 2-4-w 640-h 480-f 30 rtsp://1

[Live-devel] Including other libraries into live555

2010-03-15 Thread Dennis Piedra Yalint
hi, folks, how can I include other libraries into live555mediaserver? for example , i would like to include libavformat libraries or x264 libraries to stream H264 medias. thanks ___ live-devel mailing list live-devel@lists.live555.com http://lists.

[Live-devel] fseek failed (err 6)

2010-03-15 Thread Kreker, Paul
Hello, I am a trainee from Germany and I must write for my company a programme in which the picture of a camera is to be seen (This camera: http://www.level-one.de/levelone.php?page=prod&cat=7004&model=WCS-2030V3). Now my problem is that if I want to have with openRTSP-d 2-4-w 640-h 480-f 30

[Live-devel] QuickTimeFileSink IDR detection patch

2010-03-15 Thread Wolfgang Breyha
Hi! I enhanced QuickTimeFileSink to detect h264 IDR Frames. If -y is set in openRTSP it now waits *) until Audio is in sync first *) then until h264 is in sync and an IDR Frame is received This ensures that the recorded stream starts with an IDR Frame. I've limited this detection to feeds with

[Live-devel] announcing rtsp stream

2010-03-15 Thread nishesh chouhan
hi, I am getting following response when trying to fetch rtsp url(rtsp://ip/obama) Response: *DESCRIBE* RTSP/1.0 404 File Not Found, Or In Incorrect Format\r\n I have created RTSP server rtspServer->addServerMediaSession(sms); invoked announceStream... I am deugging this for last few days but iss

[Live-devel] H264 Unicast SPS Packet

2010-03-15 Thread Miguel Angel Arcos
Hello developers, I'm working now with a client receiving images from an H264 unicast server. I extract SPS and PPS packet using fmtp_spropparametersets and parseSPropParameterSets. I can see correctly the video data received when I decode. The problem is with the extraction of the resolution. I d

Re: [Live-devel] generating RTP streams....!

2010-03-15 Thread Harish N
Thank you Ross for your help I have tried checking the code...I used my code in between media server and VLC... when I received setup command from VLC , theres nothing like "destination=" in transport field. how to do it now Say for example if I want to connect from a client(VLC from

Re: [Live-devel] generating RTP streams....!

2010-03-15 Thread Harish N
Thanks Ross I got what u actually meant to say... I will try to modify it now and will do it as per my need. And will let you know the result Regards, Harish NPD team ___ live-devel mailing list live-devel@lists.live555.com http://lists.live5

[Live-devel] H264 Unicast SPS Packet

2010-03-15 Thread Miguel Angel Arcos
Hello developers, I'm working now with a client receiving images from an H264 unicast server. I extract SPS and PPS packet using fmtp_spropparametersets and parseSPropParameterSets. I can see correctly the video data received when I decode. The problem is with the extraction of the resolution. I d

Re: [Live-devel] generating RTP streams....!

2010-03-15 Thread Harish N
That's good to hear from you. I think if I use VLC as my client (instead of our RTSP client),the transport header has the destination field But the problem is I want to hard code the destination part in the server code, Because what I inferred from ur answer is the response will be sent

Re: [Live-devel] generating RTP streams......!

2010-03-15 Thread Ross Finlayson
Hello everyoneŠ Whenever I try to connect to media server using rtsp://:554/filename Then the information about the client (like on to which ip the response,i.e RTP streams are to be sent is given), but what if I want to send them to different no matter from where the request comes from