i downloaded the SDK, but its still very confusing trying to understand how to create a channel.
is this code in C++ or ???
bollywood wrote:i know some javascript and some vbscript.
you said this is proprietary, so is there any sort of reference book or anything? i was reading through the examples but keep getting lost as there are so many code files.
can i just create one simple file with all the code in it(like a single executable file) or it doesn't work that way?
bollywood wrote:as you know, the brightscript is new to me and i am still learning the current version, but if the new SDK will come out of beta soon, i will start working on the new SDK instead of putting lots of time and effort on the current one.
this.player.SetContentList([{
Stream: { url: "http://ec2-184-72-239-149.compute-1.amazonaws.com:1935/demos/smil:bigbuckbunnyiphone.smil/playlist.m3u8" }
StreamFormat: "hls"
}])
this.player.Play()
In an attempt to ensure universality, both the popular and prevalent streaming media technologies viz. Real Network Technology and Microsoft's Windows Media Technology are being fully supported by the state-of-the art media servers set up by us.
Real Networks Technology
* Encoder : Real / Helix Producer
* Server : Real /Helix server.
* Player : Real Player.
* Protocols : RTSP, PNM, HTTP
Microsoft Media Technology
* Encoder : Windows Media Encoder
* Server : Windows Media server.
* Player : Windows Media Player
* Protocols : MMS, HTTP
bollywood wrote:so i am trying to use the custom video player code. if i just replace the url below with the actual url from another website, is that all that is needed to test it?this.player.SetContentList([{
Stream: { url: "http://ec2-184-72-239-149.compute-1.amazonaws.com:1935/demos/smil:bigbuckbunnyiphone.smil/playlist.m3u8" }
StreamFormat: "hls"
}])
this.player.Play()
this is the website i am trying to create private channels for
http://webcast.gov.in/
as you can see there are links to many channels/content. i am trying to add all of it into channels.
this is what i found out from the page source:
http://webcast.gov.in/StrobeMediaPlayback.swf
is this the correct url for the live stream? am i going in the right direction here?