Skip to main content
October 2, 2011
Answered

Flash media server enterprise 4.0 allowing no one but my site to use flash player

  • October 2, 2011
  • 2 replies
  • 5073 views

so i was  getting people embedding my player to there site and stealing my thunder.. so i changed allow all to my domain and well i cant connected with fme how to correct this thanks

    This topic has been closed for replies.
    Correct answer SE_0208

    ok maybe u missunderstood what i was asking? someone took my flowplayer code and embeded it on there site now there must be a way to add my site only in the vhost.xml correct? liek they took my rtmp://ip/live/live_id and put it on there player to steal the feed i was broadcasting


    So you basically changed your allowedHTMLdomains.txt and allowedSWFdomains.txt right to allow only those SWF and HTML hosted within your domain to connect to the application right? If yes - that should be fine. So you are saying with this setting - you are not able to get your FMLE connection going through?

    2 replies

    October 3, 2011

    <!--start_raw-->

    <script src="flowplayer-3.1.4.min.js" type="text/javascript"></script> <a id="player" style="display: block; width: 620px; height: 360px;"></a> <script type="text/javascript">

        flowplayer("player", "flowplayer-3.2.7.swf", {

            clip: {

                url: 'rtmp://ip/vod/mp4:sample1_1500kbps',

                live: 'true',

                provider: 'influxis'

            },

            // streaming plugins are configured under the plugins node

            plugins: {

                influxis: {

                    url: 'flowplayer.rtmp-3.2.3.swf',

                    netConnectionUrl:

                        'rtmp://ip/vod/mp4:sample1_1500kbps'

                }

            }

        });

    </script>

    <!--end_raw-->

    Whats wrong with this code? how to play a sample on the player

    Adobe Employee
    October 3, 2011

    I dont have much expertise in Flowplayer - but i think stream URI is wrong - it needs to be mp4:sample1_1500kbps.f4v and not mp4:sample1_1500kbps - make this change and see if it works

    October 3, 2011

    vod connection 1 --> Accepted a connection from IP:24.84*.*, referrer: http://www.ip/flowplayer-3.2.7.swf, pageurl: http://ip/?page_id=291

    its just loading

    Adobe Employee
    October 3, 2011

    Please make sure you have most of security measures implemented at server end. Just go thorugh this article - it will help you immensely : http://www.adobe.com/devnet/flashmediaserver/articles/hardening_guide.html . After you have gone through it - please make sure you put up those security measures at your end - specially rtmpe and swf verification.

    October 3, 2011

    ok maybe u missunderstood what i was asking? someone took my flowplayer code and embeded it on there site now there must be a way to add my site only in the vhost.xml correct? liek they took my rtmp://ip/live/live_id and put it on there player to steal the feed i was broadcasting