![]() |
Video Center - *.vcfg file format
I have been looking into the ability to easily add video podcasts to the Video Center application.
Within the Nokia Service Catalogue site there are a number of links which automate and configure the application with different video services - but what if I wanted to make my own video podcast have provide my viewers the ability to have my stream added to the video center application? Well why not use the Nokia *.vcfg file format? Its as easy as adding some an XML file to your webserver containing the details of your videocast and renaming it *.vcfg - you will also need to ensure that the correct MIME type has been added to the webserver. Using the template below you can do just this. Code:
<nv:ServiceProvider xmlns:nv="www.nokia.com/multimedia/video-service" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nokia.com/multimedia/video-service" Version="1.0">The webserver will need to be configured to force the download of this filetype - .htaccess etc Code:
AddType application/vcfg vcfghttp://farm3.static.flickr.com/2349/...aa5fa5.jpg?v=0 Anyone up for hacking together a website where users can submit their own links? A kind of user generated Service Catalogue? |
Re: Video Center - *.vcfg file format
Er... you mean like what I started about two months ago (and will be redone in a little while)? http://www.jablet.net/videocenter/
It was just a beta, so ignore the horrid looks. It uses Mysql as a backend. When I add links to it, the site automatically creates the .vcfg files for me and adds them to the DB. |
Re: Video Center - *.vcfg file format
Also Andrew Flegg's mediaserv can transcode videos on the fly and also generates vcfgs (which is actually a video RSS feed)
|
Re: Video Center - *.vcfg file format
Quote:
I was thinking of having the ability for users to submit their own links and urls for tested streams... in fact virtually identical to the Gronmyer repo db. Great first effort zerojay. |
Re: Video Center - *.vcfg file format
I'm using mediaserv 0.5 and I would like to add the rss feed to videocenter but I get an error 'Service address invalid'. Any idea how add the mediaserv feed to videocenter? I also tried with the vcfg file but the app hang...
|
Re: Video Center - *.vcfg file format
I've not tested with OS 2008 yet (both Video Center and microb have had updates), but I seem to remember an issue with Video Center and spaces.
What is the RSS address which has been generated? Sorry for the inconvenience, BTW. |
Re: Video Center - *.vcfg file format
I was having the same problem MoxFulder reported, so I modified the mediaserv .vcfg file using the template posted by badger as a guide. The result was:
Code:
<nv:ServiceProvider xmlns:nv="www.nokia.com/multimedia/video-service" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nokia.com/multimedia/video-service" Version="1.0">Anyways, mediaserv is a great piece of software! I do have a couple of feature requests, though:
|
Re: Video Center - *.vcfg file format
Quote:
Quote:
2) is impossible; unless anyone has a moment of technical geniousity. It *might* be possible to use a separate player which tells mediaserv to kill mencoder and restart it at a new position. But you're probably better off then with the VLC-based knots solution. |
Re: Video Center - *.vcfg file format
Quote:
Closing Media Player, Video Center or even turning off the N800 completely didn't stop the encoding (nor did killing the Mediaserv processes). I'm running on Feisty and am using Mediaserv strictly to access Mythtv recordings. I'm using .05 of MediaServ and 2.16 for tablet-encode. |
Re: Video Center - *.vcfg file format
Doh. Thanks - I'll try and investigate. Could you send me the log?
|
Re: Video Center - *.vcfg file format
1 Attachment(s)
I zipped up mediaserv.log as well as the console output on the terminal where I launched mediaserv and the syslog entries from about the same time.
I closed Media Server, Video Center and then shut down my N800, all within 2 minutes of starting the download. Hope there's enough information there to figure out what's up. |
| All times are GMT. The time now is 04:35. |
vBulletin® Version 3.8.8