> 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
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
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
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
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
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
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"
>
>
> 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
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