Jump to content


Photo

OpenPLi-4 Gstreamer 1.6.x (master git) images


  • Please log in to reply
159 replies to this topic

Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #81 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 1 December 2015 - 18:40

Dm500 hd officialy support progressive output 50/60 hz at 480,576,720 and only at 1080 is 24 hz.As i said again i never had broblems watching the same video files using image with gst 0.10.

Detection if video is progressive or interlaced is done in drivers, it's not related to gstreamer version. I have tested your sample and on et4x00 with gst1.0 and video is detected by drivers as progressive.

So It looks to me that you're using different drivers in your gst 0.10 image.



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #82 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 1 December 2015 - 18:47

I think there are multiple issues here. If you're not using something like autoresolution, the receiver (drivers) will not switch the output to any resolution, be it progressive or interlaced, it will just convert to whatever resolution you configured in the video settings. And that counts for either DVB or media.


* 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: OpenPLi-4 Gstreamer 1.6.x (master git) images #83 luis67

  • Senior Member
  • 76 posts

0
Neutral

Posted 1 December 2015 - 19:35

 

Dm500 hd officialy support progressive output 50/60 hz at 480,576,720 and only at 1080 is 24 hz.As i said again i never had broblems watching the same video files using image with gst 0.10.

Detection if video is progressive or interlaced is done in drivers, it's not related to gstreamer version. I have tested your sample and on et4x00 with gst1.0 and video is detected by drivers as progressive.

So It looks to me that you're using different drivers in your gst 0.10 image.

 

I am using satdreamgr image based on openpli



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #84 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 1 December 2015 - 21:19

Dm500 hd officialy support progressive output 50/60 hz at 480,576,720 and only at 1080 is 24 hz.As i said again i never had broblems watching the same video files using image with gst 0.10.

Detection if video is progressive or interlaced is done in drivers, it's not related to gstreamer version. I have tested your sample and on et4x00 with gst1.0 and video is detected by drivers as progressive.
So It looks to me that you're using different drivers in your gst 0.10 image.

I am using satdreamgr image based on openpli


SatdreamGr uses the same drivers no matter what GStreamer you are using.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #85 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 1 December 2015 - 21:29

According to AutoResolution source, https://github.com/O.../plugin.py#L183 is interlaced mode set, even if it was not set in servicemp3 yet (m_progressive == -1).

So it's possible that evVideoProgressiveChanged event is for some reason not emitted and AutoResolution then assumes interlaced mode.

 

Can you provide enigma2 output when playing Sample.mkv with AutoResolution enabled, so we can see if evVideoProgressiveChanged was catched by AutoResolution?



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #86 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 1 December 2015 - 21:34

We need an extra debug in autoresolution plugin. It seems we are getting framerate -1.
 
def determineContent(self):
print "[AutoRes] determineContent"
self.timer.stop()
self.after_switch_delay = True
if usable:
service = self.session.nav.getCurrentService()
info = service and service.info()
height = info and info.getInfo(iServiceInformation.sVideoHeight)
width = info and info.getInfo(iServiceInformation.sVideoWidth)
framerate = info and info.getInfo(iServiceInformation.sFrameRate)
+ print "[AutoRes] height %s width %s framerate %s" % (str(height), str(width), str(framerate))
if height != -1 and width != -1 and framerate != -1:
[AutoRes] height 576 width 720 framerate -1

<132123.322378> [eServiceMP3] playbin uri=file:///media/usb/movie/Sample_progressive.mkv
<132123.324906> [eServiceMP3] starting pipeline
resolved to PLAY
<132123.401689> [eServiceMP3] state transition NULL -> READY
<132123.507973> [eDVBDB] getBouquet failed.. no path given!
<132123.518536> [eDVBDB] getBouquet failed.. no path given!
new service started! trying to download cuts!
resolved to PLAY
[AutoRes] service changed
[__evUpdatedInfo] title 0 of 0 (Within_The_Rock.Title1)
[__evUpdatedInfo] title 0 of 0 (Within_The_Rock.Title1)
<132123.635611> [eServiceMP3] toc_type edition
<132123.636552> [eServiceMP3] loading cuesheet
<132123.636868> [eServiceMP3] TOC entry from source dvbvideosink1 processed
<132123.644803> [eServiceMP3] TOC entry from source dvbaudiosink1 not used
<132123.645237> [eServiceMP3] state transition READY -> PAUSED
<132123.648467> [eServiceMP3] async-done - 1 video, 1 audio, 0 subtitle
<132123.652937> [eServiceMP3] AUDIO STRUCT=audio/x-ac3
<132123.653425> [eServiceMP3] audio stream=0 codec=AC-3 audio language=en
[__evUpdatedInfo] title 0 of 0 (Within_The_Rock.Title1)
<132123.702132> [eServiceMP3] state transition PAUSED -> PLAYING
[AutoRes] got event evVideoSizeChanged
<132124.319881> [eConsoleAppContainer] Starting /usr/bin/grab
[AutoRes] determineContent
[AutoRes] height 576 width 720 framerate -1
<132125.312194> [eMainloop::processOneEvent] unhandled POLLERR/HUP/NVAL for fd 50(16)

Edited by athoik, 1 December 2015 - 21:35.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #87 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 1 December 2015 - 21:42

@athoik

on et4x00:

[AutoRes] service changed
[__evUpdatedInfo] title 0 of 0 (Within_The_Rock.Title1)
[__evUpdatedInfo] title 0 of 0 (Within_The_Rock.Title1)
<178969.810270> [eServiceMP3] toc_type edition
<178969.816908> [eServiceMP3] loading cuesheet
<178969.821843> [eServiceMP3] TOC entry from source dvbvideosink6 processed
<178969.826541> [eServiceMP3] state transition READY -> PAUSED
<178969.861976> [eServiceMP3] async-done - 1 video, 1 audio, 0 subtitle
<178969.866554> [eServiceMP3] AUDIO STRUCT=audio/x-ac3
<178969.883145> [eServiceMP3] audio stream=0 codec=AC-3 audio language=en
[__evUpdatedInfo] title 0 of 0 (Within_The_Rock.Title1)
[AutoRes] got event evFramerateChanged
[AutoRes] got event evVideoSizeChanged
[AutoRes] got event evVideoProgressiveChanged
<178970.532265> [eServiceMP3] state transition PAUSED -> PLAYING
[AutoRes] determineContent
[AutoRes] switch deinterlacer mode to auto
[AutoRes] new content is 720x576p25
[AutoRes] determined videomode 720p

So you're missing:

[AutoRes] got event evFramerateChanged
[AutoRes] got event evVideoProgressiveChanged



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #88 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 2 December 2015 - 16:58

I am using satdreamgr image based on openpli


Can you please perform an online update and tell us if problem gone?
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #89 luis67

  • Senior Member
  • 76 posts

0
Neutral

Posted 3 December 2015 - 08:38

I am using satdreamgr image based on openpli

Can you please perform an online update and tell us if problem gone?

After online update problem gone,big thanks.

Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #90 Purè90

  • Member
  • 16 posts

0
Neutral

Posted 3 December 2015 - 10:00

another problem which i sort it out coz of missing softcam-support , u will not be able to install cams coz the one from feed is miss match , so only way to install is manually

Hi, I had the same problem. I have  a DM 800 HD, I tried to install cam from the Plugin and Green button but I received an installation error and the cam was not installed.

I tried doing it manually using FTP command but I obtained the same result. I used a .ipk file (cccam 2.30) specific for OPENPLI image. The same unsuccessful result for CCcam info Plugin.

Please can you help me. Many thanks in advance.

Bye



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #91 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 3 December 2015 - 11:26

Yes I know.

The feed is broken.

Also the latest fixes for hls video's are not part of these images.

I'll create new images and a working feed later. :-)



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #92 Purè90

  • Member
  • 16 posts

0
Neutral

Posted 3 December 2015 - 11:33

Many thanks. I'll wait for your next good job.

Bye



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #93 Andi316

  • Member
  • 19 posts

0
Neutral

Posted 3 December 2015 - 12:04

Is it possible to add a feed for the new Solo 4k?



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #94 cenko

  • Senior Member
  • 91 posts

0
Neutral

Posted 3 December 2015 - 12:29

Yes I know.

The feed is broken.

Also the latest fixes for hls video's are not part of these images.

I'll create new images and a working feed later. :-

Thanks. Will it be online update?



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #95 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 3 December 2015 - 16:48

Is it possible to add a feed for the new Solo 4k?

Then at least there should be a BSP...


* 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: OpenPLi-4 Gstreamer 1.6.x (master git) images #96 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 3 December 2015 - 22:36

soon :-)

I hope before the end of the week.

 

Regarding the Solo 4k, I believe there is a BSP in oe-alliance with support for their 4k models.

https://github.com/o...nds/meta-vuplus

 

However I think I'll be ironing out many imcompatibilities if I have to merge this into openpli-oe-core.

oe-alliance-core uses a much more recent snapshot of openembedded.

 

Also I don't own a 4k vu+ receiver :P

So I may do it in the future if time allows me to.

 

Or just use a distro that uses oe-alliance, like openatv for example.



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #97 sportfootbol

  • Senior Member
  • 171 posts

+21
Neutral

Posted 3 December 2015 - 22:53

Will it be fix GST 1.7.0 problem the update for DM 800 HD SE...(https mp4)...Thanks...



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #98 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 3 December 2015 - 22:54

Someone should find the commit that intoduces the error. Last time it was beeker that did the hard job.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #99 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 3 December 2015 - 22:56

I don't know.

 

But there have been MANY improvements since my last image.

Particular for HLS (m3u8) and other fragmented streams.

 

Thanks to the gstreamer devs and the fellas here for making it possible (especially athoik, mx3L and christophecvr).

 

My private images play almost anything now :-)



Re: OpenPLi-4 Gstreamer 1.6.x (master git) images #100 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 3 December 2015 - 22:59

sportfootbal: what issues are you facing then?

can you post a stream?




7 user(s) are reading this topic

0 members, 7 guests, 0 anonymous users