PDA

View Full Version : Trouble converting rtmpdump to vlc/kodi format


iamsumit
12-13-2015, 07:45 PM
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=8a1d406a630ad872d5b5454fb8801d6202815f7c187b2e8 cf0d2fe2348909dd7" -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=8a1d406a630ad872d5b5454fb8801d6202815f7c187b2e8 cf0d2fe2348909dd7 -k

What is going wrong?
Thanks.

iamsumit
12-13-2015, 11:24 PM
This is killing me - have checked it 10 times now still still cannot find out what i am missing. I thought this was the easier part! Aaaargh!

iamsumit
12-13-2015, 11:44 PM
OMG! what a silly mistake - i have been using comm instead of conn!! Consequences of not sleeping at nights!