maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   uitzendinggemist (https://talk.maemo.org/showthread.php?t=39335)

thiessens 2010-01-05 13:46

uitzendinggemist
 
Hey all,

I'm interesting in developing an application for the website uitzendinggemist.nl. Anyone already working on that?

Who has interest in such an application?


Thank Thijs Thiessens

Apox 2010-01-05 15:48

Re: uitzendinggemist
 
That would be awesome indeed!
I'm interested in such an application, but I'm not really much of a programmer :)

I'll be following this thread!

ratel 2010-01-05 20:33

Re: uitzendinggemist
 
Quote:

Originally Posted by thiessens (Post 453934)
Hey all,

I'm interesting in developing an application for the website uitzendinggemist.nl. Anyone already working on that?

Who has interest in such an application?


Thank Thijs Thiessens

Please do :)

I'm running a site for NMT users and love to see this happen on the N900.

ggroen 2010-01-05 20:43

Re: uitzendinggemist
 
Of course, would be great! I'll be looking forward for it..

Dr. Drips 2010-01-05 20:52

Re: uitzendinggemist
 
a little patriotic thread!
It should be very usefull for me having very unregular times.

pop out the stand and watch everything i missed in bed. great!

mscarrot 2010-01-05 20:54

Re: uitzendinggemist
 
Hi Thijs,

That would be great, have the website under my favorites now,
but an app would be wonderful !!

FatalZero 2010-01-06 09:09

Re: uitzendinggemist
 
Hi Thijs,

That would be awesome! I am a frequent visitor of the uitzendingsgemist site, but in bed with a laptop is not an ultimate solution so this would be perfect!!

jrkalf 2010-01-06 09:18

Re: uitzendinggemist
 
I think like all of us in this thread: GIMME! :D

We'll alpha, beta and crash test it to hell and back to give you enough feedback to make this the sweetest uitzendingsgemist app ever :cool:

WilliePre 2010-01-06 09:32

Re: uitzendinggemist
 
Quote:

Originally Posted by thiessens (Post 453934)
Hey all,

I'm interesting in developing an application for the website uitzendinggemist.nl. Anyone already working on that?

Who has interest in such an application?


Thank Thijs Thiessens

:)

Yes, PLEASE. I vote for it and will use it. Thanks

philos 2010-01-06 09:40

Re: uitzendinggemist
 
Yes please! :-)

RDJEHV 2010-01-06 11:47

Re: uitzendinggemist
 
There is already a workaround to get uitzendinggemist working, but it is a hassle. An app would be great! Maybe also make on for RTL?

robbie 2010-01-06 13:51

Re: uitzendinggemist
 
Ik ben voor! :)

dof250 2010-01-07 07:47

Re: uitzendinggemist
 
Sounds very nice! still have to receive my n900 :mad: but this will be a usefull app!

HtheB 2010-01-07 11:14

Re: uitzendinggemist
 
Gimme gimme gimme! :D

robbie 2010-01-07 15:17

Re: uitzendinggemist
 
Can anyone describe what needs to be done? I understand that the mediaplayer plays the stream but the hard part is to get the stream url.

So is there a step-by-step description how to get the stream url?

maluka 2010-01-07 17:58

Re: uitzendinggemist
 
Yes please!

libro 2010-01-12 01:15

Re: uitzendinggemist
 
Quote:

Originally Posted by robbie (Post 457410)
Can anyone describe what needs to be done? I understand that the mediaplayer plays the stream but the hard part is to get the stream url.

So is there a step-by-step description how to get the stream url?

I wrote a couple of scripts (shell and perl) to download the uitzendinggemist data so that I can use the website from Australia [it's unwatchable live from the site due to network delays].

I can share my code to get things started, there are a few involved steps.

Wouldn't it be easier, however, to get it working in the browser ? The problem I had when trying this was that the mms streams wouldn't play in the media player application. I can get to the player.omroep.nl page, but when I click on the viewer icon, it takes me to the media player which complains that it can't play the stream "Media format not supported".

Is there a simple way of getting the media player to support the wmv files ?

For reference, the steps are:

# using wget, first get uitzendinggemist.nl to get a cookie
# then get the page for the series (eg 25 for man bijt hond)
# find the aflevering id for the episode required (parse the
# page and look for the desired date)
# Get the player.omroep.nl/?aflID=nnn
# Get the player.omroep.nl/js/initialization.js.php?aflID=nnn
# capture the securityCode from the js file
# Get the xml definition from metaplayer.xml.php?alfID=nnn&md5=mmm
# parse the xml file, and get the cgi.omroep.nl URL to get the wmv file
# get the cgi.omroep.nl file using a user agent code mimicking firefox
# parse the resultant xml file to get he mms URL
# use mplayer to play the mms url

Note that the uitzendinggemist people could change or disable this capability at any time (they're not keen on people being able to download the files), so the browser method would be more reliable.

philos 2010-01-31 12:12

Re: uitzendinggemist
 
Anything new on this? Or is the idea abandoned ?

robbie 2010-01-31 15:23

Re: uitzendinggemist
 
Quote:

Originally Posted by philos (Post 503646)
Anything new on this? Or is the idea abandoned ?

Probably nobody is working on it. I found this:

http://gathering.tweakers.net/forum/...80638#32680638

It's php code to get the mms url's. Thats a nice start.

RDJEHV 2010-01-31 18:25

Re: uitzendinggemist
 
http://www.youtube.com/watch?v=2FTPD-zwjB4

this is the workaroun I use to get it working. It is a greasemonkey script that transforms the title of the broadcast in a link. this link can be copy pasted in kmplayer.

Thiis 2010-02-03 17:11

Re: uitzendinggemist
 
HEEL Graag:)

Bernard 2010-02-03 17:23

Re: uitzendinggemist
 
a much better solution would be to make the media plugin open kmplayer, not the default media-player.
Sadly I haven succeeded in doing that. I can change the application for a mime type, and clicking on a media file in the file browser does open kmplayer, but the association for the plugin is still the normal media player.

On the N800 the plugin switched to kmplayer automatically.

edit: this could also help solve our problem (a lot better then my greasemonkey script in any case):
http://talk.maemo.org/showthread.php?t=17715
http://mplayerplug-in.sourceforge.net/install.php
http://maemo.org/downloads/product/O...playerplug-in/

there is no N900 version yet in the catalogue sadly

sygys 2010-02-03 19:16

Re: uitzendinggemist
 
wow allot of dutch people here. me too i have a dutch forum for people who are interested www.sygysweb.nl/n900 im making tutorials in dutch and more understandable for people that dont know anything about this platform. its only a couple of days old but allready good visited. hope to see you guys there too

blackbird 2010-02-04 15:56

Re: uitzendinggemist
 
An 'uitzendinggemist' application would certainly be a killer-app for dutch/belgium users. Hope to see one soon in one of the extras repositories ;)

robbie 2010-02-07 12:10

Re: uitzendinggemist
 
This works on the N900:

http://m.uitzendinggemist.nl

Not a real high resolution but it works.

Bernard 2010-02-07 13:20

Re: uitzendinggemist
 
cool, they updated the mobile website.
a few months ago the N900 was not recognized as a mobile device.
very nice solution

dof250 2010-04-04 22:50

Re: uitzendinggemist
 
the mobile website is ok... but the low res sucks! The n900 can stream the broadband streams over 3g with no problems at al! (as i experienced with the greasemonkey script and mplayer) It would be nice to have a app that can stream the broadband stream to the n900! perfect quality!


All times are GMT. The time now is 05:52.

vBulletin® Version 3.8.8