Page 1 of 1

RTSP/RTP streaming support for Roadshow

Posted: Sun Aug 16, 2015 7:41 am
by tommysammy
There is a missing RTSP/RTP streaming support from Roadshow.
It would be a new feature to implement it so we could take use of it for MplayerNG

Re: RTSP/RTP streaming support for Roadshow

Posted: Sun Aug 16, 2015 8:58 am
by ZeroG
RTSP/RTP is set in the application layer of the network stack -> it is not the task of Roadshow (Transport layer) to support this.

Re: RTSP/RTP streaming support for Roadshow

Posted: Sun Aug 16, 2015 9:55 am
by tommysammy
ZeroG wrote:RTSP/RTP is set in the application layer of the network stack -> it is not the task of Roadshow (Transport layer) to support this.
Yes sure, i meant TCP stack

Re: RTSP/RTP streaming support for Roadshow

Posted: Sun Aug 16, 2015 1:42 pm
by gazelle
RTSP/RTP is just a protocol which is send over tcp/udp, so it should allready be supported by Roadshow.

Looking at your conversation with liveforit:
liveforit wrote:Can't resolve names like they do, not supported by OS4 tcp/ip stack.
As name resolving clearly does work on OS4 (you can use names instead of IP-Adresses) it should be possible do get it working.

Re: RTSP/RTP streaming support for Roadshow

Posted: Tue Aug 18, 2015 11:00 pm
by ssolie
tommysammy wrote:There is a missing RTSP/RTP streaming support from Roadshow.
That is incorrect. See https://en.wikipedia.org/wiki/Real-time ... t_Protocol

Any 3rd party developer can implement it right now if they wish.