vlm stops ts vod stream
Posted: 01 Apr 2013 22:14
I'm trying to record ts files into mythtv using vlc with the "freebox" method, but I encountered a problem: vlm stops the stream after 58 seconds.
I simplified the setup to just 1 vlc running in vlm mode and 1 vlc client connecting to it.
./start.sh:
vlc.vod.conf:
And then I start a vlc client connecting to it:
The ts is about 300MiB and is about 6m30s long. When I split it into multiple files of about 1m20s vlm just stops streaming each of the files after 58 seconds.
The funny part is that if I just play the ts file with vlc directly (vlc /tmp/01.ts) it plays perfectly.
What could I be doing wrong here?
I simplified the setup to just 1 vlc running in vlm mode and 1 vlc client connecting to it.
./start.sh:
Code: Select all
#!/bin/sh
vlc --vlm-conf vlc.vod.conf --ttl 2 -vvv --color -I telnet --telnet-password aaa
Code: Select all
new test vod input /tmp/01.ts mux mp2t enabled
Code: Select all
vlc rtsp://localhost/test
The funny part is that if I just play the ts file with vlc directly (vlc /tmp/01.ts) it plays perfectly.
What could I be doing wrong here?