Forum Discussion
22 Replies
- renojimCommunity Streaming ExpertYoutube also has mp4 versions of the videos. They are the ones that play on the box.
-JT - stivosaurusNewbie
"renojim" wrote:
Youtube also has mp4 versions of the videos. They are the ones that play on the box.
I saved some flash video the other day from Youtube that was AAC audio and AVC video in an FLV container. Making it roku-able (is that a word?) was just a matter of running it through Avidemux with the codecs set to copy and the container format as mp4. A very fast conversion. You could do the same with the all-powerful ffmpeg. - bollywoodVisitorit would be great if roku would add support for flash streams.
- learnerChannel Surferi dont think we have to convert the video using a decoder and then upload to another stream to view in roku.
People have implemented some way to get You tube on their channels.. and even rtsp and rmtp flash streams .. Is it possible??
some where they have some code to convert or strip off the flash encapsulation and get the HLS....
Sorry I am a beginner.... - stratcat96Visitor
"learner" wrote:
i dont think we have to convert the video using a decoder and then upload to another stream to view in roku.
People have implemented some way to get You tube on their channels.. and even rtsp and rmtp flash streams .. Is it possible??
some where they have some code to convert or strip off the flash encapsulation and get the HLS....
Sorry I am a beginner....
as renojim said, most (if not all) Youtube videos are also on their servers as mp4's, which Roku can play. The videos aren't being stripped or anything like that, the channels that use youtube streams are using the mp4 versions - jseigle85VisitorI know that everyone is saying that no you can not play flash feed with the Roku, but I do not believe that it is true of all conditions.
I have been successful with playing flash with the Roku. There are a few step you must do in order for it to work.
ON Thursday I am going to be lunching a new website to provide video tutorials to help show you now to write application with Roku. Also I will include how to get flash to work with the Player. If interested I will create the video to show you how, but you need to email me as I do not check the Roku Forums often. jseigle85@gmail.com - bollywoodVisitorthe method that you say you will provide instructions for, will this work on youtube only or will it possibly work on other live channel websites which are streaming in flash?
- RokuKevinVisitorYou can try streamformat = "flv" for a flash container of h.264 encoded video... However, It is not an officially supported container and we have no interest in looking at streams that don't play.
--Kevin - learnerChannel Surferthanks kevin ,even i had same question and please post the API document with the methods and parameters supported...
I dont see all the parameters and the syntax.. it looks like everything is restricted and there is no proper manual... - stratcat96Visitorthe documentation on http streaming is in the SDK support pdfs. FLV as a container is not in there, but as Kevin said rather than notating in BS an "hls" streamformat, change it to "flv" and if the video and sound codecs contained there within are the correct (h.264 etc.) formats then it will work.