Hey guys!
So, I got this rtmp
Code:
rtmp://174.127.73.32/master3/?_fcs_vhost=_defaultVHost_?jacob#MDdlYmYxMDEwNWU2LnBuZzwvdXJsTG9nbz48U0FMQUNPTkZJR19ET1dOTE9BRFM%2BMTwvU0#james/ playpath=12hd swfUrl=http://75.126.217.6/site/flash/player_aovivo.swf?v=1.3 pageUrl=http://75.126.217.6/
And I'm trying to stream it over RTSP, it works with other RTMPs, I just set to rtsp://server:1935/playpath
Like this one:
Code:
rtmp://173.193.20.150/mtv/hishd_1
In RTSP:
Code:
rtsp://173.193.20.150:1935/mtv/hishd_1
But when I try to set this RTMP:
Code:
rtmp://174.127.73.32/master3/?_fcs_vhost=_defaultVHost_/12hd
in RTSP, I always have problem, the stream do not open.
If anyone can figure it out how to set this in RTSP.
Thanks in advance.