jwray
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2011
09:33 PM
Cookie from roVideoScreen
Hi,
I have a stream that I'm playing via roVideoScreen just fine. However, the stream URL returns a session ID in the cookie jar that is needed to stop the streaming. Any way I can get that session ID from the cookie jar once the stream is accessed via roVideoScreen?
thanks
Jonny
I have a stream that I'm playing via roVideoScreen just fine. However, the stream URL returns a session ID in the cookie jar that is needed to stop the streaming. Any way I can get that session ID from the cookie jar once the stream is accessed via roVideoScreen?
thanks
Jonny
2 REPLIES 2

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2011
08:55 AM
Re: Cookie from roVideoScreen
The roVideoScreen object does not fire the roUrlEvent for video urls it accesses.... so there is no way to get this info on the video streams.
I'd rethink your architecture. It sounds like maybe you need a cookie for authentication of some screen following the video screen? These cookies are usually acquired by accessing some authenticated xml feed, or other "login" process.
--Kevin
I'd rethink your architecture. It sounds like maybe you need a cookie for authentication of some screen following the video screen? These cookies are usually acquired by accessing some authenticated xml feed, or other "login" process.
--Kevin
jwray
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2011
11:39 AM
Re: Cookie from roVideoScreen
Thanks for the reply. Good to know I can't get the cookies from the roVideoScreen, I'll look for another route.
Jonny
Jonny