Sign up here and you can log into the forum!

Freeview: IPTV Live TV Streams

UMSP Plugin Depot, the place for sharing plugins & info about them. No requests, just plugins/code.

Re: IPTV Live TV Streams   

Postby Montreal1 » Wed Jun 09, 2010 9:54 am

So now...what are we gonna do with Delay? :(
Montreal1
DLX'er
 
Posts: 73
Joined: Mon Jun 07, 2010 4:09 am

Re: IPTV Live TV Streams   

Postby kristupas » Thu Jun 10, 2010 2:48 am

That still remains a BIG problem. Now it's about 20-25 seconds for me most of the time, 5-10 should be watchable. Any ideas? :roll:
kristupas
n00b
 
Posts: 12
Joined: Tue Jun 08, 2010 11:53 am

Re: IPTV Live TV Streams   

Postby Montreal1 » Thu Jun 10, 2010 6:29 am

Maybe just too add some more info as radio-streams which are let's say 35 hours length...radio's popping up in a sec...can be ?
Montreal1
DLX'er
 
Posts: 73
Joined: Mon Jun 07, 2010 4:09 am

Re: IPTV Live TV Streams   

Postby satraver » Sun Jun 13, 2010 2:01 am

Hi guys, ive been following this thread and implemented the scripts with positive results. got ITV1 (LQ) streaming here to aust with minor buffering.

Ive been trying this for a while now to connect the WD to my CCTV H264 cams with not a lot of success and gotta say a big thanks to everyone who contributed to this script. I think this proxy might do what ineed to conx to my cams and ill post the results asap.

Does anyone know what casues the long wait before the stream comes thru?
satraver
n00b
 
Posts: 5
Joined: Tue May 04, 2010 7:19 am

Re: IPTV Live TV Streams   

Postby PaulF » Fri Jun 18, 2010 11:06 am

@mmikel
Thank you. The udpxy method worked for my HDHR tuner and I can watch cable shows on my WDTV, now. The HD shows hang the system, but there are clear QAM SD versions of all the HD programs that work fine.
User avatar
PaulF
Developer
 
Posts: 422
Joined: Sat May 08, 2010 8:34 pm
Location: Oregon

Re: IPTV Live TV Streams   

Postby PaulF » Fri Jun 18, 2010 11:45 am

mmikel wrote:Unfortunately I cant find a method to disable "start\continue" dialog before every channel ((
Unfortunately I see how to do it, but don't know enough php to do it. I'm guessing you need to remove the resume point lines for the "id" from /tmp/video_resume_point_table in the proxy code. I suppose you could remove the whole file and lose all resume points.
User avatar
PaulF
Developer
 
Posts: 422
Joined: Sat May 08, 2010 8:34 pm
Location: Oregon

Re: IPTV Live TV Streams   

Postby Montreal1 » Fri Jun 18, 2010 12:24 pm

Pauf...what about video delay...can u see how can be avoid? :)
Montreal1
DLX'er
 
Posts: 73
Joined: Mon Jun 07, 2010 4:09 am

Re: IPTV Live TV Streams   

Postby PaulF » Fri Jun 18, 2010 2:08 pm

I have some tcpdump traces from a TV show stream and the stream starts within 3 seconds. For some reason the display takes much longer. I am guessing the wait is to fill a pipe.

This perl command:
Code: Select all
perl -0135 -i.bak -ne 'print unless /itemurl/;' video_resume_point_table
Removes all of the records with itemurl in the record. -0135 sets the record end to be a right bracket.

I guess I could put the perl in a script that the proxy would exec. I have quit using the stream for awhile because it messes up my internet connection so bad that I have to reboot the cable modem and the router. I have had some router hangs before I used the stream and have been thinking about getting a new N router, anyway.
User avatar
PaulF
Developer
 
Posts: 422
Joined: Sat May 08, 2010 8:34 pm
Location: Oregon

Re: IPTV Live TV Streams   

Postby Montreal1 » Fri Jun 18, 2010 3:13 pm

Can u add to ths php?
Montreal1
DLX'er
 
Posts: 73
Joined: Mon Jun 07, 2010 4:09 am

Re: IPTV Live TV Streams   

Postby PaulF » Fri Jun 18, 2010 8:56 pm

I added this to the beginning of my proxy php file and it seems to get rid of the start/resume dialog.

exec('perl -0135 -i.bak -ne "print unless /itemurl/;" /tmp/video_resume_point_table');

I used 'itemurl' because the actual url is mangled in the resume table.
User avatar
PaulF
Developer
 
Posts: 422
Joined: Sat May 08, 2010 8:34 pm
Location: Oregon

PreviousNext

Return to UMSP Plugins

Who is online

Users browsing this forum: No registered users and 0 guests