can't play mp4 files in webtv template
Hi,
I'm trying the application in a Nokia N8, but I'm not being able to play a mp4 file.
I've entered in the rss demo the direct urls to a remote flv file and a remote mp4 file.
The flv file works ok, but the mp4 file throws an error.
The error box doesn't say what's the error.
Thank you!
Re: can't play mp4 files in webtv template
ok, I was able to make it work.
the problem is that we use urls without extensions (something like rmtp://videos.domain.com/mp4:1231432-500k) and the video player adds the extension .flv to the end and replaces the mp4: for mp4_.
I had to use another url with the file extension (.mp4) in the end.
How can I fix this? Is it possible to make it work with the first url? Is it on the Actionscript side?
Re: can't play mp4 files in webtv template
You need to feed the urls to the player as real urls: “rmtp://videos.domain.com/1231432-500k.mp4”
It is done on the Actionscript side, so if you wish to change that, you can edit in the FLA and republish to SWF.
Re: can't play mp4 files in webtv template
Iam very new to widget applications.I have bulit live tv application with symbian with realplayer settings and ownplayer earlier. Now I want to build an widget application which plays live streams on 3rd dition, 5th edition and symbain 3 nokia phones .So can u please share your code and guide me How to proceed now?
Re: can't play mp4 files in webtv template
Can I play rtsp live streams also with your application . It is ok if if any type of stream can be played then.
Re: can't play mp4 files in webtv template
Have you tried the Web TV Template ? [url]http://www.developer.nokia.com/Community/Wiki/On_demand_Web_TV_%E2%80%93_have_your_favorite_channels_with_you[/url]!
You can also do the streaming with FlashLite and embedd the Flash content in Widget [url]http://www.developer.nokia.com/Community/Wiki/How_to_package_Flash_content_in_a_Widget[/url]
Here is another article on [URL="http://www.developer.nokia.com/Community/Wiki/Streaming_3GP_multimedia_content_to_Flash_Lite_using_RTSP"]Streaming 3GP multimedia content to Flash Lite using RTSP[/URL]
Regards
Gopal
Re: can't play mp4 files in webtv template
when I clicked on the given link above :
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.
page views in the last 30 days.
Re: can't play mp4 files in webtv template
Please try again. It should work now.
Re: can't play mp4 files in webtv template
Let me know one thing Can I develop it on symbian ,c++ .i dont know java .Now your link is working fine . I have installed the working demo also. It is very good.
Re: can't play mp4 files in webtv template
Can you please guide me in buliding my app I want to play my live streams or links on webtv
Thank You
Re: can't play mp4 files in webtv template
Iam very waiting for your raply as Iam very new to webTV and java mainly. I want to bulid a web Tv which can play my live streams
Re: can't play mp4 files in webtv template
[QUOTE=GTO_India;857242]Iam very waiting for your raply as Iam very new to webTV and java mainly. I want to bulid a web Tv which can play my live streams[/QUOTE]
Please read the documentation and the page where the example can be found. If you have questions after that, I am happy to help ;)
Re: can't play mp4 files in webtv template
I have created the project Test.wgz by referring "How to package a widget "
when I try to test with a web tools simulator it is saying
Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml.
when I try to test with RDA devices it is saying
Unable to install or error occured
Re: can't play mp4 files in webtv template
Did you check the prerequisites section of the document?
"Prerequisites
• Basic knowledge of web technologies such as XML, JavaScript™, and Cascading Style Sheets (CSS)
• Understanding of WRT
• A text editor and packaging software"
[URL="http://www.developer.nokia.com/Community/Wiki/Create_your_first_WRT_widget"]Here's how to package a widget[/URL]
Re: can't play mp4 files in webtv template
I have created the project Test.wgz by referring "How to package a widget "
when I try to test with a web tools simulator it is saying
Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml.
when I try to test with RDA devices it is saying
Unable to install or error occured