Question
Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'
greetings all,
i've bult a video player that has a dynamic playlist (via xml)
i have loaded the FMS3 on my local computer and i'm trying to test a rtmp stream..
i keep getting this Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'
the player will play any and all http video files from my local drive or web server.
i've tried AS.org fixes
-Security.allowDomain("rtmp://localhost/vod/");
- crossdomain.xml
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
and
-Access network only
no luck
i'm not sure what's going on with the RTMP...
any advice or leads in solving this would help.
thanks
-n8
i've bult a video player that has a dynamic playlist (via xml)
i have loaded the FMS3 on my local computer and i'm trying to test a rtmp stream..
i keep getting this Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'
the player will play any and all http video files from my local drive or web server.
i've tried AS.org fixes
-Security.allowDomain("rtmp://localhost/vod/");
- crossdomain.xml
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
and
-Access network only
no luck
i'm not sure what's going on with the RTMP...
any advice or leads in solving this would help.
thanks
-n8
