5
I would like to stream a video that is in my database (Mysql) and would like to know if it is possible to play live media content using websocket, and if it is how I could build? I have in mind that I will use Html5 and JS and a back end language (php or even python). If anyone can give a hint or example of how to start?
related: http://answall.com/questions/27038/likeposso-creat-um-streaming-a-partir-de-um-video-que-esta-no-server
– Sergio
Sorry Sergio, but this link did not help me, has some other tip on how to build?
– User
Honestly I would not implement anything in websocket. It is more possible var take a lot of work. It has several streaming protocols that make band adaptation, real-time and several other very advanced things. Besides that you will have to know well the codec you will be using and the issues of video compression and packet losses/packet reorganization
– Alexandre Marcondes
Alexandre, thank you so much for the tip, but would you have any tips on how I can solve this problem? I tried to use Wowza but had tremendous difficulty, so I looked for other alternatives and found some answers http://stackoverflow.com/questions/4736116/online-audio-video-conference-system-in-html5#comment5269744_4738065 but I’m still confused on how to solve the problem, I am open to tips, links, any kind of help is welcome.
– User
@User what was the difficulty when using Wowza? Wowza works really well for the purpose you seek, so much so that some Amazon services offer Wowza in the package. The "big problem" is the license.
– Adriano Leal
Thank you for participating Adriano, my difficulty when using Wowza. the first is not really difficult, but it is quite complicated is the language, another difficulty is to understand how to use, if it is in Wowza that I host the video, sincerely Wowza can and should be a great tool, but I found nothing that could tell me what it actually does.
– User
For these reasons I researched another way to create the live broadcast using websockets, if you have any link to better direct me on this issue of Wowza or even websockets I am very grateful. Thanks Adriano!
– User