VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi Experts ,

    I have LG SMART TV and I do often watch live TV series from a live TV website. Can you please guide me how can I stream content from that site to TV . I do not wish to watch from browser in SMART TV as it sometimes stops.

    Thanks,
    logger
    Quote Quote  
  2. Hi ,

    @logger910 : Here under the GENERAL possibility !!!

    Use your TV LG as screen for your PC .
    Code:
    ffmpeg -re -i "%Stream_live_TV% ..." | %VLC%
    !!! Examples !!! kept quickly from PHP's scripts . NOT TO BE USED DIRECTLY .
    Code:
    $cmd = 'ffmpeg -v quiet -i "'.$uri.'" -vcodec copy -f mpegts -| "'.$vlc.'" --network-caching=10000 - '.$out.'';
    or
    $cmd = 'rtmpdump -q -v -r "'.$streamer.'" -W "'.$swf.'" -p "'.$uri.'" -y "'.$y.'" | "'.$vlc.'" --meta-title="'.$title.'" - '.$out.'';
    Cheers .
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!