Jump to content

IPTV - RTMP links with secure tokens?


yokkals

Recommended Posts

yokkals

Hey guys,

 

Is it possible to use 'secure' RTMP streams with the IPTV plugin?  Ultimately, I'm trying to grab the RTMP URL from a page like this:

http://cricfree.tv/update/espnusa.php

 

... which uses JW Player, and a security token.  Here's the config for the player:

 

jwplayer("myElement").setup({
file: "rtmp://31.220.0.206/redirect/espnusaaa",
aboutlink: "http://reytv.co",
abouttext: "Reytv",
skin: "five",
width: "620",
height: "490",
autostart: "true",
repeat: "true",
rtmp: {
securetoken: "%Zrey(nKa@#Z"
}
});
 
So, I think this is a two-part question:
  1. Can I construct RTMP URLs when they are for 'secure' RTMP streams?  If so, how?  I haven't been able to find any useful information about how to construct URLs.  There's this, but it doesn't talk about tokens in URLs:
    http://support.jwplayer.com/customer/portal/articles/1430358-using-rtmp-streaming
  2. Does IPTV support these secure RTMP streams?
 
If I can't have IPTV handle those types of streams for me, I think my next best option would be to download it to a streaming FLV file and re-stream it over my local network, then have IPTV use a link like rtmp://localhost:1234/app/stream.flv
 
Has anyone worked with anything like this?  I'd like to automate everything, so any APIs (Java preferred) that handle streaming video would be helpful (I know about red5, but just started reading about it today).
 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...