Beiträge von Blohm

    Hi


    First: Great module. its fun to watch TV on the iPod.


    Android does not support Apple's http streaming.


    But when piping the ffmpeg into vlc, one can expose the stream as "RTSP stream", which is understood by android and most other mobile phones. Of course, the use of the HTML5 video element is anther issue.


    Here the vlc pipe command line.
    ffmpeg <some params> - | vlc --intf=dummy --rc-fake-tty -vvv file/ts:///dev/stdin --sout '#rtp{mp4a-latm,sdp=rtsp://server.example.org:8080/test.sdp}'


    Thanks again,
    Blohm