Hi,

I have successfully created an app that does exactly what I need to serve
our videos via RTMP.

Right now, I have our files streaming from the web using JW Player. The last
thing I need to do since our videos our on a subscription basis is to verify
the viewer is a paid subscriber.

I am going to use a token/ticket style setup with mySQL. I have everything
in place, but I am unable to pass any call arguments to red5 from the
player. I am trying to save myself the trouble of building a new player in
flex and we already have all of our videos setup to use JW player, so this
is why I am working on this angle.

 have tried doing it like: file=video.flv?mytokenhere
or file=video.flv?myvar=mytokenhere

It doesn't matter if I urlencode the characters or not, same result.

RED5 interprets any call like that as the literal filename (which is not
found since the filename is video.flv and not video.flv?mytokenhere)

and says that no call arguments have been passed.

Can someone give me some tips on this? If JWPlayer is not an option perhaps
you can guide me to another player that can, or a open source player that
won't require much tweaking.

Thanks!
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to