[mythtv-users] IPTV via VLC?
Robert Johnston
anaerin at gmail.com
Wed Aug 18 04:10:50 UTC 2010
On 17/08/2010 8:35 PM, Liyuan Liu wrote:
> One Problem solved.
> Delete those blank lines between channels and mythtv will find all the 3
> channels.
> But here comes another problem: mythtv can only play or record the
> channel that is streamed in RTP.
> It seems that mythtv can handle RTSP(from here
> <http://www.mythtv.org/wiki/FreeBox> and here
> <http://www.gossamer-threads.com/lists/mythtv/users/420901>), but I just
> couldn't get it work.
> So, is mythtv capable of handling RTSP? If so, how to configure VLC(GUI
> or commandlines) to stream RTSP to mythtv?
> This is my VLC options:
> :sout=#rtp{dst=239.255.12.12, port=1234, sdp=rtsp://:5544/mov}
> :sout-rtp-sap :sout-rtp-name=202 :sout-standard-sap
> :sout-standard-name=202 :sout-standard-group=0 :sout-all :sout-keep
From my understanding, Myth only supports udp and RTP, not RTSP. It
looks through your VLC options that you are streaming RTP and not RTSP,
but you have the stream defined in the SDP as RTSP (Which is probably
causing the breakage). If you change the line to read:
:sout=#rtp{dst=239.255.12.12, port=1234, sdp=rtp://:5544/mov}
Then you'll have RTP. If you change your M3U to also say rtp: rather
than rtsp:, everything should be working fine.
More information about the mythtv-users
mailing list