Does any transcoding have to be done to a RTSP stream from VLC to make it readable by the MP TV Client?
I have written a replacement TV server for my own use which uses VLC to redirect a UDP broadcast to the mediaportal client. Everything works fine, right up until the stream is received by the client.
I start VLC like this:
C:\Program Files\VideoLAN\VLC\vlc.exe --ttl 12 -vvv --color -I telnet --rtsp-host MPServer:554
I then use the telnet interface (programmatically) to send the following:
new Stream1 vod enabled
setup Stream1 input "C:\MyVideos\liveTVrecording.mpg"
-OR- (I've tried both)
setup Stream1 input "udp://@239.255.0.1:9400"
Then I have my "fake" server reply to the MP client with the following stream name: rtsp://MPServer/Stream1
I just can't seem to get it to build a graph. I get something like this in the client's mediaportal.log
2007-01-22 21:03:42.149625 [Info.][MPMain]: RTSPPlayer: load:rtsp://Mediaportal/Stream1
2007-01-22 21:03:42.962125 [Info.][MPMain]: RTSPPlayer:connect rtspsource->mpeg2 demux
2007-01-22 21:04:56.790250 [Info.][MPMain]: RTSPPlayer:render audio/video demux outputs
2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: pin:0 not connected:80040209
2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 1 found
2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 2 found
2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer: vmr9 not connected
2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer:cleanup DShow graph
I've tried using different codecs in the client's MyVideos setup (MPV/MPA, PureVideo, etc)
It works just fine if I use a VLC client to connect to rtsp://192.168.1.134:554/Stream1 and it works if I use the MP server to stream video from my Hauppage WinTV-USB2. The messages in the VLC window say it's using MPV/MPA as well.
I know this is outside the MP client/server umbrella, but any suggestions would be appreciated. I think I'm really close to getting this to work.
I have written a replacement TV server for my own use which uses VLC to redirect a UDP broadcast to the mediaportal client. Everything works fine, right up until the stream is received by the client.
I start VLC like this:
C:\Program Files\VideoLAN\VLC\vlc.exe --ttl 12 -vvv --color -I telnet --rtsp-host MPServer:554
I then use the telnet interface (programmatically) to send the following:
new Stream1 vod enabled
setup Stream1 input "C:\MyVideos\liveTVrecording.mpg"
-OR- (I've tried both)
setup Stream1 input "udp://@239.255.0.1:9400"
Then I have my "fake" server reply to the MP client with the following stream name: rtsp://MPServer/Stream1
I just can't seem to get it to build a graph. I get something like this in the client's mediaportal.log
2007-01-22 21:03:42.149625 [Info.][MPMain]: RTSPPlayer: load:rtsp://Mediaportal/Stream1
2007-01-22 21:03:42.962125 [Info.][MPMain]: RTSPPlayer:connect rtspsource->mpeg2 demux
2007-01-22 21:04:56.790250 [Info.][MPMain]: RTSPPlayer:render audio/video demux outputs
2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: pin:0 not connected:80040209
2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 1 found
2007-01-22 21:04:56.805875 [Warn.][MPMain]: vmr9: no input pin 2 found
2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer: vmr9 not connected
2007-01-22 21:04:56.805875 [Info.][MPMain]: RTSPPlayer:cleanup DShow graph
I've tried using different codecs in the client's MyVideos setup (MPV/MPA, PureVideo, etc)
It works just fine if I use a VLC client to connect to rtsp://192.168.1.134:554/Stream1 and it works if I use the MP server to stream video from my Hauppage WinTV-USB2. The messages in the VLC window say it's using MPV/MPA as well.
I know this is outside the MP client/server umbrella, but any suggestions would be appreciated. I think I'm really close to getting this to work.