Not sure what you are asking for; the player? the code?
Assuming it is code:
- You need to keep in mind that the php script will run on the server and generate some html/ javascript code which will be sent to the client where it will display and run any javascript.
- Then you "just" need php to generate the html code for your player, usually by preparing a string that you then echo.
If the string is long, you might want to use the "heredoc" syntax see http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
Remember that strings between double quotes or heredocs are "run", ie $variables are replaced by their values
I am looking for the code samples to embed the JMF ( media player ) in the html page, which should be able to capture the streaming and save it on the local disk.
Check out:http://kb2.adobe.com/cps/415/tn_4150.html
Embed VLC on HTML:
http://forum.videolan.org/viewtopic.php?f=16&t=40727