Re: [Live-devel] Why vlc could not get frame data?

2014-08-06 Thread Ross Finlayson
> When will the vlc could process the RTP payload, but could't get the streamer > frame? I do give the frame data to fTo. Could anyone give me any suggestion? Yes, here are some suggestions: 1/ Try to make your question clearer. You didn't explain specifically how you're using the "LIVE555 Str

[Live-devel] Why vlc could not get frame data?

2014-08-06 Thread yueyanbin
Hello everyone, When will the vlc could process the RTP payload, but could't get the streamer frame? I do give the frame data to fTo. Could anyone give me any suggestion? accept()ed connection from 10.140.70.20 RTSPClientConnection[0x16cb90]::handleRequestBytes() read 119 new bytes:OPTIONS rt

[Live-devel] Creating receiver-streamer combined H264 videoconference server

2014-08-06 Thread Filip Koperski
Hi, I'm trying to create a server application for video conference, working in a following way: get incoming H264 data on RTP protocol from multiple clients, decode data to get seperate frames, manipulate frames, encode frames to H264 and finally stream data to multiple clients. For now I have two

[Live-devel] receiving live LPCM 16 stream / decode

2014-08-06 Thread James Heliker
Hello - I am new to the Live555 code, sorry for newbie question! I need to decode an LPCM 16bit / 44.1 stream on my local area network (from a hardware encoder). Is there an example of a sink receiving / decoding PCM that anyone can share with me? Thanks! - James Heliker

Re: [Live-devel] Antwort: Re: Empty data file with the "-S " option

2014-08-06 Thread Ross Finlayson
I suspect that the problem here is that your IP camera is delivering RTP/RTCP packets over the RTSP TCP connection in a non-standard way. This (along with the fact that they announce a non-standard RTP payload format name) suggests that you probably won't be able to receive this data using our

[Live-devel] Antwort: Re: Empty data file with the "-S " option

2014-08-06 Thread costantino . cerbo
Thanks for the prompt answer! Unfortunately even with the "-t" option the problem persists. Here the RTSP protocol exchange (without the "-t" option): $ openRTSP -S 10 rtsp://192.168.100.1:1554/profile/1/local.sdp Opening connection to 192.168.100.1, port 1554... ...remote connection opened Se

Re: [Live-devel] Empty data file with the "-S " option

2014-08-06 Thread Ross Finlayson
On Aug 6, 2014, at 7:27 AM, Ross Finlayson wrote: >> I'd like to use openRTPS to receive the RTSP stream of my IP cam. >> >> The first try failed becouse of the following error: >> "Unable to create receiver for "video/MJPEG" subsession: RTP payload >> format unknown or not supported" > >

Re: [Live-devel] Empty data file with the "-S " option

2014-08-06 Thread Ross Finlayson
> I'd like to use openRTPS to receive the RTSP stream of my IP cam. > > The first try failed becouse of the following error: > "Unable to create receiver for "video/MJPEG" subsession: RTP payload > format unknown or not supported" This appears to be a bug in your IP camera. The IETF has not

[Live-devel] Empty data file with the "-S " option

2014-08-06 Thread costantino . cerbo
Hello, I'd like to use openRTPS to receive the RTSP stream of my IP cam. The first try failed becouse of the following error: "Unable to create receiver for "video/MJPEG" subsession: RTP payload format unknown or not supported" Then I put the option '-S 5' and the connection was succesful