Hi,
I am using the Live555 Streaming Media library in a project that I am
working on and have a few system constraints that force me to use the
library in a somewhat non-standard way. I was hoping someone could comment
on my proposed use of the library given my constraints.
Suppose the following
Hi,
I am generating RTP stream which can be played back using vlc with SDP file:
v=0
m=video 5000 RTP/AVP 96
c=IN IP4 10.10.80.7
a=rtpmap:96 H264/9
I failed in finding solutions to proxy such RTP stream to RTSP using
live555ProxyServer.
I did find someone trying for the same reason:
htt