Flash Streaming Video with php
Moderator: General Moderators
Flash Streaming Video with php
Hi pp!
I'm developing a webportal and i want to use Flash Streaming Video.
I have seen information about these services, but i still don't know how to set it up.
I'm using RED5 and Adobe Flash Media Server 2.. but i get play flash streaming video with php.
Can give me some addicional information or working examples?
thanks!
I'm developing a webportal and i want to use Flash Streaming Video.
I have seen information about these services, but i still don't know how to set it up.
I'm using RED5 and Adobe Flash Media Server 2.. but i get play flash streaming video with php.
Can give me some addicional information or working examples?
thanks!
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
-
jeffery
- Forum Contributor
- Posts: 105
- Joined: Mon Apr 03, 2006 3:13 am
- Location: Melbourne, Australia
- Contact:
I think you need to read up on what available documentation is here: http://osflash.org/tutorials
yes.. i'm using both for testing only., to see the direfence of a opensource and licenced software..arborint wrote:And why are you using RED5 and Adobe Flash Media Server 2? Don't they both stream Flash video? All you need is one of them and a FLV player.
the problem is that i can't made this work.. i have the service running, but how can i request a flash video from those? what code need to use?
thanks
i will check the that documentation again! .. let me see what i miss..jeffery wrote:I think you need to read up on what available documentation is here: http://osflash.org/tutorials
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
It would be great to hear your thoughts after using both. I am sure many members would be interested -- including me.nmb wrote:yes.. i'm using both for testing only., to see the direfence of a opensource and licenced software..
You just need to specify the protocol (HTTP, RTMP) and probably a port in the URL. There should be examples with the servers. If you are streaming a SWF file then you just need to embed it in a HTML page. For FLV you need to embed a player.nmb wrote:the problem is that i can't made this work.. i have the service running, but how can i request a flash video from those? what code need to use?
(#10850)