View Single Post
  #2  
Old 05-19-2016, 01:20 PM
offthecuff offthecuff is offline
Junior Member
 
Join Date: Aug 2015
Posts: 28
offthecuff is on a distinguished road
Default

Re: Token Live Sports Stream VLC Help???


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" -
Reply With Quote