Jump to content


Photo

IPTV from Bouquet


  • Please log in to reply
6 replies to this topic

#1 westsib

  • Senior Member
  • 52 posts

+2
Neutral

Posted 27 January 2014 - 15:02

After today update does not work anymore IPTV from  bouquet:

 

AITready
OCready
[EPGC] abort non avail schedule other reading
[EPGC] nownext finished(1390830953)
action ->  OkCancelActions ok
playing 1:0:1:25C:1:2:FFFE0000:0:0:0:http%3a//yyyyyy/xxxxxxxx/604/: HD
[eDVBCAService] free slot 0 demux 0 for service 1:0:19:283D:3FB:1:FFFF0000:0:0:0::Das Erste HD
[eDVBCAService] free service 1:0:19:283D:3FB:1:FFFF0000:0:0:0::Das Erste HD
decoder state: play, vpid=-1, apid=-1
DEMUX_STOP - pcr - ok
DEMUX_STOP - video - ok
VIDEO_STOP - ok
AUDIO_STOP - ok
DEMUX_STOP - audio - ok
AUDIO_CONTINUE - ok
DEMUX_STOP - ttx - ok
TuxTxt stopped service 13f0
cleaning up
TuxTxt cache cleared
start release channel timer
not pauseable.
not pauseable.
not pauseable.
new service started! trying to download cuts!
download failed, no cuesheet interface
RemovePopup, id = ZapError
eHttpStream::Start thread
alloc PVR
[eDVBLocalTimerHandler] remove channel 0x1b89eb0
[eEPGCache] remove channel 0x1b89eb0
[EPGC] abort caching events !!
allocate demux
loading streaminfo for http://yyyyyyyy/xxxxxxxx/604/
cutfile not found!
no cue sheet
eHttpStream::Thread end connection
download failed, no cuesheet interface
[eDVBLocalTimerHandler] channel 0x1b89eb0 running
setIoPrio best-effort level 0 ok
FILEPUSH THREAD START
no cue sheet. forcing normal play
[eEPGCache] channel 0x1b89eb0 running
ok ... now we start!!
[EPGC] next update in 2 sec
eFilePushThread *read error* (Success) - not yet handled
RemovePopup, id = ZapError
wait for driver eof timeout
eFilePushThread *read error* (Success) - not yet handled
wait for driver eof timeout
eFilePushThread *read error* (Success) - not yet handled
[Dish] tuning failed
wait for driver eof timeout
eFilePushThread *read error* (Success) - not yet handled
wait for driver eof timeout
eFilePushThread *read error* (Success) - not yet handled
wait for driver eof timeout
eFilePushThread *read error* (Success) - not yet handled
[DVBCAHandler] no more services
wait for driver eof timeout
eFilePushThread *read error* (Success) - not yet handled
wait for driver eof timeout
eFilePushThread *read error* (Success) - not yet handled
[EPGC] start caching events(1390830969)
wait for driver eof ok
reached EOF, but we are in stream mode. delaying 1 second.
eDVBChannel: End of file!
not pauseable.
close frontend 2
eFilePushThread *read error* (Success) - not yet handled
wait for driver eof ok
reached EOF, but we are in stream mode. delaying 1 second.
eDVBChannel: End of file!
not pauseable.
eFilePushThread *read error* (Success) - not yet handled
wait for driver eof ok
reached EOF, but we are in stream mode. delaying 1 second.
eDVBChannel: End of file!
not pauseable.
eFilePushThread *read error* (Success) - not yet handled
wait for driver eof ok
reached EOF, but we are in stream mode. delaying 1 second.
eDVBChannel: End of file!
not pauseable.
 

 



Re: IPTV from Bouquet #2 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 27 January 2014 - 15:08

This is the only recent commit (afaik) that comes near this functionality, but I can't explain why?!

commit d318d544cf76ea58c4f12bccc0541d888af7570c
Author: pieterg <pieterg@users.sourceforge.net>
Date:   Sat Jan 25 12:47:47 2014 +0100

    httpstream: handle chunked transfers for statuscode 200
    
    as suggested by malakudi,
    "transfer-encoding: chunked" is allowed for all
    http status codes, not just 206.
    So check for chunked transfers on 200 as well.

diff --git a/lib/base/httpstream.cpp b/lib/base/httpstream.cpp
index 1aeaf3f..e949c07 100644
--- a/lib/base/httpstream.cpp
+++ b/lib/base/httpstream.cpp
@@ -154,7 +154,7 @@ int eHttpStream::openUrl(const std::string &url, std::string &newurl)
  break;
  }

- if (statuscode == 206 && strncasecmp(linebuf, "transfer-encoding: chunked", strlen("transfer-encoding: chunked")))
+ if ((statuscode == 200 || statuscode == 206) && strncasecmp(linebuf, "transfer-encoding: chunked", strlen("transfer-encoding: chunked")))
  {
  isChunked = true;
  }

 


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: IPTV from Bouquet #3 Siki78

  • Senior Member
  • 55 posts

+2
Neutral

Posted 27 January 2014 - 16:02

I have problem with audio but i dont know why??

Thanks a lot

On vlc works fine

 

 

dm500hd login: root
Password:
root@dm500hd:~# init 4
root@dm500hd:~# gst-launch playbin2 uri=http://xxxxxxxxxxxxxxxxxxxx.m3u8
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
Buffering, setting pipeline to PAUSED ...
Done buffering, setting pipeline to PLAYING ...

(gst-launch-0.10:1448): GStreamer-CRITICAL **: gst_caps_get_structure: assertion
 'index < caps->structs->len' failed
WARNING: from element /GstPlayBin2:playbin20/GstPlaySink:playsink: No volume con
trol found
Additional debug info:
gstplaysink.c(2718): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:play
sink:
Volume/mute is not available
New clock: GstSystemClock



Re: IPTV from Bouquet #4 westsib

  • Senior Member
  • 52 posts

+2
Neutral

Posted 27 January 2014 - 16:13

Maybe you can reset with the next update?



Re: IPTV from Bouquet #5 westsib

  • Senior Member
  • 52 posts

+2
Neutral

Posted 27 January 2014 - 16:32

I just installed my backup.
This all works!

 

 

action ->  OkCancelActions ok
playing 1:0:1:25D:1:2:FFFE0000:0:0:0:http%3a//yyyyyyy/xxxxxx/605/: HD  
[eDVBCAService] free slot 0 demux 0 for service 1:0:19:283D:3FB:1:FFFF0000:0:0:0::Das Erste HD
[eDVBCAService] free service 1:0:19:283D:3FB:1:FFFF0000:0:0:0::Das Erste HD
decoder state: play, vpid=-1, apid=-1
DEMUX_STOP - pcr - ok
DEMUX_STOP - video - ok
VIDEO_STOP - ok
AUDIO_STOP - ok
DEMUX_STOP - audio - ok
AUDIO_CONTINUE - ok
DEMUX_STOP - ttx - ok
TuxTxt stopped service 13f0
cleaning up
TuxTxt cache cleared
start release channel timer
not pauseable.
not pauseable.
not pauseable.
new service started! trying to download cuts!
download failed, no cuesheet interface
RemovePopup, id = ZapError
eHttpStream::Start thread
alloc PVR
[eDVBLocalTimerHandler] remove channel 0x1e9e170
[eEPGCache] remove channel 0x1e9e170
allocate demux
loading streaminfo for http://yyyyyyy/xxxxxx/605/
cutfile not found!
no cue sheet
download failed, no cuesheet interface
setIoPrio best-effort level 0 ok
FILEPUSH THREAD START
[eDVBLocalTimerHandler] channel 0x1ef0130 running
no cue sheet. forcing normal play
[eEPGCache] channel 0x1ef0130 running
ok ... now we start!!
[EPGC] next update in 2 sec
eHttpStream::Thread end connection
RemovePopup, id = ZapError
wait for driver eof timeout
[eDVBLocalTimerHandler] diff is -19
[eDVBLocalTimerHandler] diff < 120 .. use Transponder Time
[eDVBLocalTimerHandler] update RTC
[eDVBLocalTimerHandler] time update to 16:18:10
[eDVBLocalTimerHandler] m_time_difference is -19
[eDVBLocalTimerHandler] set Linux Time
PATready
use pmtpid 1000 for service_id 025d
eventNewProgramInfo 0 0
have 1 video stream(s) (0100), and 1 audio stream(s) (0101), and the pcr pid is 0100, and the text pid is ffffffff
TuxTxt cache cleared
decoder state: play, vpid=256, apid=257
DMX_SET_PES_FILTER(0x101) - audio - ok
DEMUX_START - audio - ok
AUDIO_SET_BYPASS(8) - ok
AUDIO_PAUSE - ok
AUDIO_PLAY - ok
Video Device: /dev/dvb/adapter0/video0
demux device: /dev/dvb/adapter0/demux4
VIDEO_SET_STREAMTYPE 1 - ok
DMX_SET_PES_FILTER(0x100) - video - ok
DEMUX_START - video - ok
VIDEO_FREEZE - ok
VIDEO_PLAY - ok
VIDEO_SLOWMOTION(0) - ok
VIDEO_FAST_FORWARD(0) - ok
VIDEO_CONTINUE - ok
AUDIO_CONTINUE - ok
disable teletext subtitles
not pauseable.
not pauseable.
 


Re: IPTV from Bouquet #6 westsib

  • Senior Member
  • 52 posts

+2
Neutral

Posted 27 January 2014 - 17:25

only works with 4097 stream



Re: IPTV from Bouquet #7 pilnikov

  • Member
  • 3 posts

0
Neutral

Posted 27 January 2014 - 17:54

Join!!!! My channel also began to work through 4097. Its no good! please correct it!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users