Re: [Live-devel] live555 latency

2011-06-08 Thread Ross Finlayson
I use live555 mediaserver and VLC player. When I play a 264 file (slamtv60.264), it gets about 10 sec latency. My VLC play have 1.2 sec latency. Does any other source cause the latency? I don't know why you're seeing 10 second latency; I don't see this when I try streaming/playing the same fi

[Live-devel] live555 latency

2011-06-08 Thread zhongho chen
Hi, I use live555 mediaserver and VLC player. When I play a 264 file (slamtv60.264), it gets about 10 sec latency. My VLC play have 1.2 sec latency. Does any other source cause the latency? Thank You, Zhong-Ho ___ live-devel mailing list live-devel@li

[Live-devel] Want to receive packet directly not file.

2011-06-08 Thread YD
Hi all, I am making a RTSP Client player with using the liveMedia library. My reference code is openRTSP, but it receives the RTP data in a File. I want to receive the RTP data(raw or Payload OK) directly and will put the decoder directly. I saw AuxilliaryReadHandler() for this, but I read somew

[Live-devel] Question about trickmode with liveMediaserver

2011-06-08 Thread YD
Hello all, I am testing RTSP/RTP with liveMediaserver with MPEG2-TS. I made index file and the file for trickmode using testMPEG2TransportStreamTrickPlay.exe For example, original contents is avatar.ts index file is avatar.tsx and file for trickplay is avatar2.ts I am using the VLC and my player

[Live-devel] Integrating OnDemandRTSPServer

2011-06-08 Thread Mark Dean
Was wondering if anyone here had an example or knew if it would be relatively painless to integrate the Live555 RTSP server with an application that ends up with video information in either an openGL PBO or via directShow. Any pointers? Thanks guys. Mark ___

[Live-devel] Regarding live555 streaming

2011-06-08 Thread bipin kumar
Hi! I want to know that at present the openRTSP application is used to receive the live rtsp streams ,and dump it into separate audio and video files.Is there any mechanism or option to dump the data into a buffer,or to take the output as stream and give it to any player. Regards, vipin __

[Live-devel] Raw RTP Packet Info

2011-06-08 Thread Stew Paddaso
Is there a way to get information about the RTP packets that make up each media frame (client-side)? I want to know the sequence number of each packet, the size of each packet, and the time that each one arrived. I plan to write my own MediaSink for "frame" statistics, but I'd also like information

[Live-devel] building testH264VideoStreamer in MSVS

2011-06-08 Thread sokratis
Hi all, I would like to use some parts of the testH264VideoStreamer.cpp code in my app in order to stream over rtp the output after encoding some data. I read in the documentation that I can also change the input of testH264VideoStreamer and instead of .264 files from disk, give directly input from

[Live-devel] openRTSP -- MP4 Audio/Video Capture -- Multiple Edit Lists -- Desync when editing

2011-06-08 Thread Brad Thomas
Hello, We are currently using openRTSP to capture audio/video from Axis network Cameras (p1344) with the following command: openRTSP -b 20 -4 -f 30 -y –u-w 1280 -h 720 -d $DUR "rtsp://172.29.1.100:554/axis-media/media.amp?streamprofile=profile" > "/media/recordings/drive1/class

Re: [Live-devel] How to enter arguments on playCommon.cpp?

2011-06-08 Thread Ross Finlayson
I'm working on my final project in Software Engineering Does your school not have its own domain name :-) , which its purpose is to stream rtsp unicast broadcast from digital intercom to another end station that using the same intercom. My renewal idea is not using the VLC player, but to crea

Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread James Norris
Ah so it effects the SDP description, I'll check what VLC thinks the stream is. You've got it the other way round, when I include the startcode it works & VLC displays (but I get warnings in live555), when it's missing (& NALs are broken into pieces) VLC will not playback but live555 is happy. In

Re: [Live-devel] Axis multicast crash

2011-06-08 Thread Ross Finlayson
All our Axis cameras specify the multicast port numbers in the SETUP response, not in the DESCRIBE response. SETUP rtsp://172.16.5.70:554/axis-media/media.amp/trackID=1?videocodec=h264 RTSP/1.0\\r\\n <<< RTP/AVP;multicast;destination=239.198.215.5;ttl=5;port=50380-50381;mode=\"PLAY\" I bel

Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread Ross Finlayson
Thanks Ross, as I said though in that case VLC cannot decode the stream, it gives "waiting for SPS/PPS" messages then times out. In what sense will the framer not work correctly with the start code? In my tests it seems to be working well, apart from the warnings. I don't know how much clea

Re: [Live-devel] RTCP bug in multicast?

2011-06-08 Thread Bruno Filipe Basilio
Hi Mark, > I just read the rtcp.cpp and find a problem in multicast mode. > In RTCPInstance::incomingReportHandler1(), from line 342 There's a report of a similar problem which is affecting me also. You can see the symptoms here: http://lists.live555.com/pipermail/live-devel/2011-May/013313.html

Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread James Norris
Thanks Ross, as I said though in that case VLC cannot decode the stream, it gives "waiting for SPS/PPS" messages then times out. In what sense will the framer not work correctly with the start code? In my tests it seems to be working well, apart from the warnings. James On Wed, Jun 8, 2011 at

Re: [Live-devel] Axis multicast crash

2011-06-08 Thread Stephane Pigeon
> I don't know what these "typical fixes for Axis" are, because I don't think anyone on this mailing list has ever mentioned them before, nor have I seen reports (at least, not recently) of any problems with non-standard use of RTSP by Axis cameras (that require any modification to our code). Tha

Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread Ross Finlayson
I suggest that you use "H264VideoStreamDiscreteFramer", but modify your input source object so that it 1/ Delivers one NAL unit at a time (and no more), and 2/ Does *not* include the 0001 start code at the beginning of each NAL unit. (This is important; "H264VideoStreamDiscreteFramer" will

[Live-devel] How to enter arguments on playCommon.cpp?

2011-06-08 Thread Roy Dekel
Hi, I'm working on my final project in Software Engineering, which its purpose is to stream rtsp unicast broadcast from digital intercom to another end station that using the same intercom. My renewal idea is not using the VLC player, but to create a simple media player, based on C# programming, wh

Re: [Live-devel] issue with streaming ulaw from memory buffer

2011-06-08 Thread Ross Finlayson
I'm writing some code to stream live audio in ulaw format over RTP multicast. I derived a class from framedSource class to read in the data from a memory buffer. An audio recorder thread feeds ulaw audio data to this buffer. In the derived class, I specified frame size @ 128 bytes, duration @ 1600

[Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread James Norris
Hey all, I know some parts of this have been covered in (many) other posts, I've spent sometime reading through them so apologies if I've missed the crucial post but believe this is unique. I have a live camera source providing individual frames which I'm encoding in the x264 library, I've setup

[Live-devel] How to deliver video frames to our codec?

2011-06-08 Thread nick pan
Hi,everyone, Sorry,please forgive me not good English, For liveMedia library, I have some questions need to understand. we want to do streaming the H264 video from liveMedia Server. and I want to decode the H264 frames by our platform, and display to component video output. If we don't need to do

[Live-devel] what's the filename extension for the audio file generated by openRTSP

2011-06-08 Thread LEO
live-devel@lists.live555.com Hi, every body I'm fresh in the site and executed the command line as below ./openRTSP rtsp://video2.americafree.tv/AFTVHorrorH26496.sdp and it gerenated 1 video (video-H264-1)and 1 audio(audio-MPEG4-GENERIC-2) files. Either .264 or .mpg extension matches the file o

[Live-devel] Hi Guys, Could I ask you some questions about the Live55 Media Server?

2011-06-08 Thread W W
Hi Guys Sorry to trouble you. I want to develop a RTSP server. I want to use the Live555 Media Server.But I don't know how to use it. Could you give me some suggestion?Or some material to learn how to use it. I down load the live555MediaServer for Linux. Is there any document that introduce the Li