Question
Some basic questions from a beginner
Hi!
What i plan to do is a little vod-service, that should work something like this:
(player is the jw flv player)
1) giving the server a session id (rtmp://<mydomain>/<myapp>/<session_id>)
2) then querying an id-server, that confirms my session id and returns a path to a file in my local file-system
3) redirecting the stream to this source
4) bonus would be if i could control the start position in the file and the duration i want to stream it
I'd be grateful for any hint, where i should realise each of these parts!
So far points 1) & 2) are solved in the access-module in libconnect.dll. I tried to make 3) also in libconnect.dll, but it doesn't seem to work the way i want it to. In fact, it doesn't seem to work at all...
And i have no idea where to turn to, to get on 4).
Thanks fo any help to come! :)
Greetz,
Para
What i plan to do is a little vod-service, that should work something like this:
(player is the jw flv player)
1) giving the server a session id (rtmp://<mydomain>/<myapp>/<session_id>)
2) then querying an id-server, that confirms my session id and returns a path to a file in my local file-system
3) redirecting the stream to this source
4) bonus would be if i could control the start position in the file and the duration i want to stream it
I'd be grateful for any hint, where i should realise each of these parts!
So far points 1) & 2) are solved in the access-module in libconnect.dll. I tried to make 3) also in libconnect.dll, but it doesn't seem to work the way i want it to. In fact, it doesn't seem to work at all...
And i have no idea where to turn to, to get on 4).
Thanks fo any help to come! :)
Greetz,
Para
