View Single Post
  #3  
Old 05-20-2016, 09:37 AM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Token Live Sports Stream VLC Help???


Quote:
Originally Posted by offthecuff View Post
get the rtmp stream url with RTMPDumpHelper

open cmd

paste link in with the path to rtmpdump and path to vlc




stream will open in vlc


Code:
C:\rtmpdump -r "rtmp://cp202179.live.edgefcs.net:1935/live" -a "live?_fcs_vhost=cp202179.live.edgefcs.net&auth=daFc7dEapb_bOb9d8bvcxaCajbHclbEbKdl-bxoOeT-jy-LHpozkErusFq&aifp=v001&slist=tvg1_3@s357488;tvg1_3@s357488;tvg1_3@s357488" -f "WIN 21,0,0,242" -W "https://secure.footprint.net/neulion-e4/tvg/player/tvg/nlplayer.swf" -p "https://www.tvg.com/live" --live -C B:0 -y "tvg1_3@s357488?nltid=tvg&nltdt=0&uid=F9A1A3B&auth=daFc7dEapb_bOb9d8bvcxaCajbHclbEbKdl-bxoOeT-jy-LHpozkErusFq&aifp=v001&slist=tvg1_3@s357488;tvg1_3@s357488;tvg1_3@s357488" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
I got this code from rtmpdump helper but it expires in a few minutes. Can you help?

Code:
rtmpdump -r "rtmp://cp202179.live.edgefcs.net:1935/live" -a "live?_fcs_vhost=cp202179.live.edgefcs.net&auth=daFc7dEapb_bOb9d8bvcxaCajbHclbEbKdl-bxoOeT-jy-LHpozkErusFq&aifp=v001&slist=tvg1_3@s357488;tvg1_3@s357488;tvg1_3@s357488" -f "WIN 21,0,0,242" -W "https://secure.footprint.net/neulion-e4/tvg/player/tvg/nlplayer.swf" -p "https://www.tvg.com/live" --live -C B:0 -y "tvg1_3@s357488?nltid=tvg&nltdt=0&uid=F9A1A3B&auth=daFaCbvbPclaDdodLdod5ced3b3dndScZby-bxpIIW-jy-KFqpvlCqDuIq&aifp=v001&slist=tvg1_3@s357488;tvg1_3@s357488;tvg1_3@s357488" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Reply With Quote