Skip to main content
Participant
January 10, 2009
Answered

rtmpe stream can be captured with cheap software

  • January 10, 2009
  • 1 reply
  • 569 views
Hi,

We have installed the development version of Adobe Media Server.
But the stream can be captured with this software:
http://applian.com/replay-video-capture/index.php#keepvidrvcNFL -> Replay Media Catcher

We are using swf verification and the rtmpe protocol and we removed the "*" from the allowed htmldomains and alowedSwfdomains and replaced it with our actual domain.
What do we do wrong ?
How can we prevent this?

Thanks
    This topic has been closed for replies.
    Correct answer ZzionN
    read the following article
    http://www.adobe.com/devnet/flashmediaserver/articles/protecting_video_fms.pdf

    Only swf verification and rtmpe is not enough.
    Replay media catcher can modify the packet to simluate a rtmp request.
    Try to apply server side programming to disable the rtmp request and do some unique hand-shaking before the connection establishes ;]

    Take a look on this blog
    http://blogs.adobe.com/ktowes/flash_media_server/
    It helps! ; ]

    1 reply

    ZzionNCorrect answer
    Inspiring
    January 11, 2009
    read the following article
    http://www.adobe.com/devnet/flashmediaserver/articles/protecting_video_fms.pdf

    Only swf verification and rtmpe is not enough.
    Replay media catcher can modify the packet to simluate a rtmp request.
    Try to apply server side programming to disable the rtmp request and do some unique hand-shaking before the connection establishes ;]

    Take a look on this blog
    http://blogs.adobe.com/ktowes/flash_media_server/
    It helps! ; ]
    Participant
    January 11, 2009
    Thanks a lot.
    I will do so