View Single Post
  #1  
Old 12-13-2015, 07:45 PM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Trouble converting rtmpdump to vlc/kodi format


Hi

I am trying to convert the below format to a format that i can play directly on my vlc or kodi, but the converted format doesn't play. (note - the rtmpdump format plays perfectly fine)

rtmpdump -
rtmpdump -r "rtmp://95.211.205.201/live" -a "live" -f "MAC 20,0,0,228" -W "http://www.p3g.tv/resources/scripts/eplayer.swf" -p "http://www.p3g.tv/embedplayer/starsporrtss1aa/2/620/490" --live -C S:OK -y "starsporrtss1aa?id=11255&pk=8a1d406a630ad872d5b54 54fb8801d6202815f7c187b2e8cf0d2fe2348909dd7" -k -o- | vlc -

converted-
rtmp://95.211.205.201/live app=live swfUrl=http://www.p3g.tv/resources/scripts/eplayer.swf pageUrl=http://www.p3g.tv/embedplayer/starsporrtss1aa/2/620/490 comm=S:OK playpath=starsporrtss1aa?id=11255&pk=8a1d406a630ad 872d5b5454fb8801d6202815f7c187b2e8cf0d2fe2348909dd 7 -k

What is going wrong?
Thanks.

Last edited by iamsumit : 12-13-2015 at 11:11 PM.
Reply With Quote