Jump to content


Photo

Gstreamer 1.x images for testing


  • Please log in to reply
259 replies to this topic

Re: Gstreamer 1.x images for testing #241 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 23 October 2015 - 11:02

So anyways.. I'd like to start building the current gst-1 branch.

However I need some webspace to host the feed since users will start complaining about their favorite plugins/extensions missing.

So if anyone offers some webspace (preferably something with support rsync over ssh) please PM me.



Re: Gstreamer 1.x images for testing #242 puc

  • Senior Member
  • 47 posts

0
Neutral

Posted 25 October 2015 - 18:06

has anyonegot an idea when  the stable version with streamer is out?

 

cant get that stream

 

#SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3a//albaghdadiahls-i.akamaihd.net/hls/live/221008/albaghdadiaIOS2/01.m3u8:al baghdadia2  copy paste on userbouquetchannel



Re: Gstreamer 1.x images for testing #243 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 27 October 2015 - 17:20

Thank you for your help MastaG, I'm about to test another GStreamer since the start of a streaming link,

the picture for 5 seconds pixelated is anyway the picture is clear.

 

So I wanted the GStreamer downgrade to test.

 

And one last question, I have an AVI file with codec FMP4, with

GStreamer 0.10.36 I have picture and sound.

 

With GStreamer 1.51 or 1.60 only sound and no Picture.

 

 

Video
ID                                       : 0
Format                                   : MPEG-4 Visual
Format profile                           : Simple@L1
Format settings, BVOP                    : Nein
Format settings, QPel                    : Nein
Format settings, GMC                     :  Keine warppoints
Format settings, Matrix                  : Default (H.263)
Codec ID                                 : FMP4
Duration                                 : 1h 25min
Bit rate                                 : 3 097 Kbps
Width                                    : 800 Pixel
Height                                   : 450 Pixel
Display aspect ratio                     : 16:9
Frame rate                               : 30,000 FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : progressiv
Bits/(Pixel*Frame)                       : 0.287
Stream size                              : 1,85 GiB (96%)
Writing library                          : Lavc53.61.100

Audio
ID                                       : 1
Format                                   : MPEG Audio
Format version                           : Version 1
Format profile                           : Layer 3
Mode                                     : Joint stereo
Mode extension                           : MS Stereo
Codec ID                                 : 55
Codec ID/Hint                            : MP3
Duration                                 : 1h 25min
Bit rate mode                            : konstant
Bit rate                                 : 128 Kbps
Channel(s)                               : 2 Kanäle
Sampling rate                            : 48,0 KHz
Stream size                              : 78,4 MiB (4%)
Alignment                                : Ausgerichtet an Interleaves
Interleave, duration                     : 24 ms (0,72 Video-Frame)

 

 

 

Could you tell me what I should enter, if I build an image,
with lower GStreamer as 1.59 or 1.51, because me this
interested and I even get to this will, thank you for your Patience.

Looks that the files converted with default ffmpeg settings to not run fine everywhere anymore.  Just use command :

ffmpeg -i Wildlife.wmv -vtag DX50 Wildlife.avi
Output #0, avi, to 'Wildlife.avi':
  Metadata:
    SfOriginalFPS   : 299700
    WMFSDKVersion   : 11.0.6001.7000
    WMFSDKNeeded    : 0.0.0.0000
    ICMT            : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
    INAM            : Wildlife in HD
    ICOP            : © 2008 Microsoft Corporation
    IsVBR           : 0
    DeviceConformanceTemplate: AP@L3
    NumberOfFrames  : 901
    ISFT            : Lavf57.11.100
    Stream #0:0(eng): Video: mpeg4 (DX50 / 0x30355844), yuv420p, 1280x720, q=2-31, 200 kb/s, 29.97 fps, 29.97 tbn, 29.97 tbc
    Metadata:
      encoder         : Lavc57.11.100 mpeg4
    Stream #0:1(eng): Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp
    Metadata:
      encoder         : Lavc57.11.100 libmp3lame
Stream mapping:
  Stream #0:1 -> #0:0 (vc1 (native) -> mpeg4 (native))
  Stream #0:0 -> #0:1 (wmav2 (native) -> mp3 (libmp3lame))

This runs fine on stb's.

 

and will give same size off file like the default


Edited by christophecvr, 27 October 2015 - 17:23.


Re: Gstreamer 1.x images for testing #244 Taapat

  • PLi® Core member
  • 2,343 posts

+120
Excellent

Posted 28 October 2015 - 08:09

I know that this is not the right topic, but if we here already started the discussion:

VU+ kernel should have been fixed yesterday with a patch on their BSP.

 
Is it really fixed in VU+ BSP?
I build a branch master-nex for soslo2 (in which now has merged gst-1), and I had the same two errors about was written here before:
1. linux/compiler-gcc5.h: No Such file or directory
2. error on kernel-module for rt8712 usb wifi
 
When testing the builded image with python 2.7.9 I have another question about I wanted to know what you think.
In PEP 0476 has introduced a certificate verification by default for http stdlib clients: https://www.python.o.../peps/pep-0476/

This means that maybe we have to adjust a lot of plugins.
I for myself temporarily disable a it with this patch: https://bitbucket.or...le-view-default

 

Does this certificate verification really required?

I understand that it impairs safety, but in our embeded system everything is not as in he standard linux.



Re: Gstreamer 1.x images for testing #245 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 28 October 2015 - 09:10

continuing off-topic... ;)
 

I know that this is not the right topic, but if we here already started the discussion:

VU+ kernel should have been fixed yesterday with a patch on their BSP.

Is it really fixed in VU+ BSP?
I build a branch master-nex for soslo2 (in which now has merged gst-1), and I had the same two errors about was written here before:
1. linux/compiler-gcc5.h: No Such file or directory
2. error on kernel-module for rt8712 usb wifi


AFAIK, gcc5 support has never been added in vuplus bsp
(it was just "[linux-vuplus] build fix with gcc 4.9.3.", then " [linux-vuplus] build fix with old gcc(<=4.9.2).")

I assume you managed to fix these errors localy, or you still need the patches?

Edited by blzr, 28 October 2015 - 09:10.

True sarcasm doesn't need green font...

Re: Gstreamer 1.x images for testing #246 Taapat

  • PLi® Core member
  • 2,343 posts

+120
Excellent

Posted 28 October 2015 - 09:38

Yes, I saw these commits in vuplus bsp but none for gcc5.
I just wanted to draw attention to the fact that this errors still exists.

 

For myself I will prevent this with adding the patch who add missing compiler-gcc5.h, and simply disabling rt8712 in kernel config and remove it from driver packages.

 

But mostly I wanted to hear other opinions about certificate verification in python 2.7.9.


Edited by Taapat, 28 October 2015 - 09:40.


Re: Gstreamer 1.x images for testing #247 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 28 October 2015 - 14:26

But mostly I wanted to hear other opinions about certificate verification in python 2.7.9.


I think it is ok to just disable the cerificate verification (servicemp3 already does that). For security junkies, a global option in enigma2 (enable/disable certificate verification) would be perferct.
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: Gstreamer 1.x images for testing #248 Taapat

  • PLi® Core member
  • 2,343 posts

+120
Excellent

Posted 28 October 2015 - 19:56

I don't think that it can be solved with a global option.
I think that there is only one way:
Trust links what we use and cancel these changes, or accept the changes and correcting all where is used urlopen from urllib2.
For example, in enigma this is screen About.


Edited by Taapat, 28 October 2015 - 19:59.


Re: Gstreamer 1.x images for testing #249 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 28 October 2015 - 20:32

More or less I was thinking a configuration setting like config.security.disable_certificate_verification.

Then every program under enigma2 (servicemp3, python plugins, enigma2 core plugins , etc) should check the setting, if setting is enabled certificate verification should not performed.

Here is the related PEP for python: https://www.python.o.../peps/pep-0476/
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: Gstreamer 1.x images for testing #250 daif01

  • Senior Member
  • 48 posts

0
Neutral

Posted 7 November 2015 - 20:13

openpli have always been my favourite image , it has best picture quality even on SD channels, it is light and friendly. Now i have to change image  to openatv 5.1 on my vu+duo2 . Because i have many favourite iptv streams that stop working after some minnutes on Gstreamer lesser than 1.In addition there is no support for xbmclauncher on openpli, at the begining i thought that xbmc is nothing for enigma2 , but after i tested it last week , i found out that i can play plenty of  video plugins  apecially iptv streams and movies  without any problem, the same plugin could not be played on kodidirect on openpli. i have only macbook , i have never worked with linux rather than enigma2. I wish to build an openpli image with gstreamer 1.6.1 , xbmc launcher an dependance for play Albatros plugin. Is it possible to install linux on macbook and build such image.



Re: Gstreamer 1.x images for testing #251 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 7 November 2015 - 20:19

Delfi already made it possible to use the full Kodi (not some hacked half-job [no offence intended! ;) ]) from E2 and go back to E2 without reboot - in WeTek (WeStek, actually :D )... That's ARM platform, btw...

 

We need to see it on all new, stronger HW, Mipsel and onwards, really... ;)


<span style='font-family: comic sans ms,cursive'>"Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!</span><br /> <br /><span style='font-family: comic sans ms,cursive'>Laziness and cowardice are the reasons why such a large proportion of men, even when nature has long emancipated them from alien guidance..." I. Kant, "Political writings" (1784)</span><br /> <br /><span style='font-family: comic sans ms,cursive'><a class='bbc_url' href='<a class='bbc_url' href='http://eserver.org/p...lightenment.txt'>http://eserver.org/p...ent.txt</a>'><a class='bbc_url' href='http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a>'>http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a></a> - the jolly text on Enlightenment, at the basis of Modernity...</span>

Re: Gstreamer 1.x images for testing #252 puc

  • Senior Member
  • 47 posts

0
Neutral

Posted 8 November 2015 - 18:17

i get some internet streams working but not trhat one http://albaghdadiagroup.com/bag2/live  

 

 

audio sync

 

 

why cant i get Teledunet working as it works at most image openvix openatv egami etc...



Re: Gstreamer 1.x images for testing #253 fankoosh

  • Senior Member
  • 198 posts

+6
Neutral

Posted 8 November 2015 - 21:34

i get some internet streams working but not trhat one http://albaghdadiagroup.com/bag2/live

 

 

audio sync

 

 

why cant i get Teledunet working as it works at most image openvix openatv egami etc...

because the librtmp1 inside the built wont play teledunet , so u need latest or updated librtmp1.bin & rtmpdump.bin



Re: Gstreamer 1.x images for testing #254 daif01

  • Senior Member
  • 48 posts

0
Neutral

Posted 8 November 2015 - 22:50

i get some internet streams working but not trhat one http://albaghdadiagroup.com/bag2/live

 

 

audio sync

 

 

why cant i get Teledunet working as it works at most image openvix openatv egami etc...

I extracted the stream  for you , but got only video , no audio , i do not know why  ( http://albaghdadiahl...diaIOS2/01.m3u8 )



Re: Gstreamer 1.x images for testing #255 puc

  • Senior Member
  • 47 posts

0
Neutral

Posted 9 November 2015 - 14:37

this steam wasnt working like 2-3 weeks ago but its just fine

 

http://www.dw.com/ar...-مباشر/s-100829



Re: Gstreamer 1.x images for testing #256 Lenina

  • Senior Member
  • 28 posts

0
Neutral

Posted 14 November 2015 - 09:51

MastaG! when there are new images of you are looking forward to?

Re: Gstreamer 1.x images for testing #257 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 14 November 2015 - 22:54

Whenever I've got fragmented (hls) streams working again on my older receivers, such as the dm800se.
They currently give picture without sound and/or vice versa.
I had them working in previous versions of gstreamer.
Releasing images based on the current 1.6.1 version will just get me lots of bug reports.
Monday I'll switch back my recipes to the master branch of gsteamer to check whether it improves the situation a bit.
If it does then I'll start building for each and every supported (and unsupported) receiver asap.

Re: Gstreamer 1.x images for testing #258 ian1095

  • Senior Member
  • 462 posts

+6
Neutral

Posted 15 November 2015 - 10:46

Hi MastaG

 

The reason I suggested mediasink being at fault in the other thread was because once and image has been installed that uses 1.6.0 or 1.6.1 it doesnt matter if Gstreamer or the Livestreamersrv and Livestreamer are used instead to play the streams,the problem remains with either.

 

This suggests to me that its not a Gstreamer lib as such and more a core file thats been updated together with the latest Gstreamer versions.

 

Hope this helps.

 

Ian.



Re: Gstreamer 1.x images for testing #259 a4tech

  • Senior Member
  • 39 posts

-2
Neutral

Posted 15 December 2015 - 21:02

There are more problems, perhaps worth to thing to change to 1.7.0 GIT version because of MP4 issues.

 

Here sample:

 

https://www.techpowe...start?server=13

 

http://www.dvdloc8.c...=13599&clipid=4

 

@MastaG,

 

How do You add HLS m3u8 stream to userbouqet.tv ?



Re: Gstreamer 1.x images for testing #260 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 15 December 2015 - 21:44

Here sample:

https://www.techpowe...start?server=13


This one is "MIMETYPE video/x-wmv WVC1 -> STREAMTYPE_VC1" and it doesn't work on Dreamboxes. More changes required for Dreamboxes (not only correct ioctl/bypass).

http://www.dvdloc8.c...=13599&clipid=4


This one works on dm800se.


PS. First I downloaded samples to make sure that box can play them.
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


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users