Jump to content


Photo

serviceapp - gstplayer and exteplayer3

gstreamer ffmpeg

  • Please log in to reply
985 replies to this topic

Re: serviceapp - gstplayer and exteplayer3 #421 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 31 January 2017 - 23:56

Great job sss! :-)

Re: serviceapp - gstplayer and exteplayer3 #422 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 1 February 2017 - 00:13

If someone is interested about patch for AVC3 codec:

https://github.com/s...98616c7612c3f59

 

it can be also adapted for dvbmediasink.

 

Regards,

SSS



Re: serviceapp - gstplayer and exteplayer3 #423 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 1 February 2017 - 14:01

Please..

If you can make patch to use it with build image will be great from you ...

Thank you


DM500s
DM800

DM800se

DM920UHD


Re: serviceapp - gstplayer and exteplayer3 #424 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 1 February 2017 - 17:59

He pushed all of his patches for ffmpeg to his exteplayer3 repo ;)

Re: serviceapp - gstplayer and exteplayer3 #425 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 1 February 2017 - 18:49

Yes my friend ..

I'm using 000001_add_dash_demux.patch with my images build

but other patches such as output/writer/mipsel/h264.c and include/misc.h how to use it ?!

Thank you


DM500s
DM800

DM800se

DM920UHD


Re: serviceapp - gstplayer and exteplayer3 #426 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 1 February 2017 - 19:02

@MastaG

 

Not "his" but main repo for exteplayer3, were I and @mx3L develop this player.

 

So, I don't exactly understand why you use "his"?



Re: serviceapp - gstplayer and exteplayer3 #427 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 1 February 2017 - 20:34

Hello,

 

EPG should be fixed now.



Re: serviceapp - gstplayer and exteplayer3 #428 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 2 February 2017 - 10:23

With 'he' I meant you SSS ;)

Re: serviceapp - gstplayer and exteplayer3 #429 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 2 February 2017 - 10:40

Yes, I now.

 

And this is way I wrote:

 


Not "his" (my) but main repo for exteplayer3, were I and @mx3L develop this player.

 

So, I don't exactly understand why you use "his" (my) ?



Re: serviceapp - gstplayer and exteplayer3 #430 bogdanm

  • Senior Member
  • 59 posts

+1
Neutral

Posted 3 February 2017 - 17:54

Is possible used this plugin in kodi to playe movies?

 

He work on other images like BH or VTI who based on orginal image from VU+ ?



Re: serviceapp - gstplayer and exteplayer3 #431 ian1095

  • Senior Member
  • 462 posts

+6
Neutral

Posted 4 February 2017 - 13:52

 

@ian1095

 

Here you can download test binaries:

http://iptvplayer.pl/temp/dash_test/

 

You must update both exteplayer3 binary and ffmpeg libs,

 

 

My patch for ffmpeg adding MPEG-DASH not hande auto resolution/quality/bitrate management.
There is need to select one quality at start and this quality is used. If not selected the first one from the list is used.

 

So, there will be also need to change service app to handle this behavior similar as it is for HLS.

 

So, for example to play best quality from cmd line:

 exteplayer3 "http://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/dash/uk/dash_pc/llnw/bbc_one_london.mpd" -0 3 -1 0

Where:

 


[-0 idx] video MPEG-DASH representation index
[-1 idx] audio MPEG-DASH representation index

 

Hi SSS 

 

Have you any idea on how your command could be written in python to use in a plugin ?

everything that's been tried so far to try to make the plugin select 1080p is sent to the iplayer site rather than exteplayer3, so presently the plugin is still only streaming DASH using the very lowest quality offered.

 

Out of ideas.

 

Ian.


Edited by ian1095, 4 February 2017 - 13:53.


Re: serviceapp - gstplayer and exteplayer3 #432 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 4 February 2017 - 13:58

Hello,
 
Generally if you what to use exteplayer3 directly then you can check
external movie player component from IPTVPlayer:
 
 
 
But, I think that @mx3L will add selection to seriveapp when he found time to do this.
 
Regards,
SSS


Re: serviceapp - gstplayer and exteplayer3 #433 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 4 February 2017 - 14:06

This is in new PBNIGMA 6.0... if this is what you are referring to...

Attached Files


<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: serviceapp - gstplayer and exteplayer3 #434 ian1095

  • Senior Member
  • 462 posts

+6
Neutral

Posted 4 February 2017 - 14:22

Ah ok thanks buddy.

 

Yes I was thinking along those lines myself, that because I'm using Serviceapp to select and use Exteplayer3, then the quality setting would indeed have to be added into Serviceapp itself, as everything else externally so far has failed.

 

Ian.


Edited by ian1095, 4 February 2017 - 14:23.


Re: serviceapp - gstplayer and exteplayer3 #435 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 4 February 2017 - 14:32


as everything else externally so far has failed.

 

I show you how to use exteplayer3 directly:

https://gitlab.com/i...tmovieplayer.py

 

So, yes it is possible. 



Re: serviceapp - gstplayer and exteplayer3 #436 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 4 February 2017 - 17:16

Is possible used this plugin in kodi to playe movies?

 

He work on other images like BH or VTI who based on orginal image from VU+ ?

Yes you can change enigma2 playback system globally in serviceapp settings. Just set "Enigma2 playback system" from original to serviceapp, then in next row select your preferred player(exteplayer3/gstplayer).

Kodi and all plugins will then use this player for all playback..

 

@ian1095

I will check can you provide some stream to test?



Re: serviceapp - gstplayer and exteplayer3 #437 ian1095

  • Senior Member
  • 462 posts

+6
Neutral

Posted 4 February 2017 - 22:18

@mx3L

 

PM sent.

 

Ian.


Edited by ian1095, 4 February 2017 - 22:20.


Re: serviceapp - gstplayer and exteplayer3 #438 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 5 February 2017 - 17:27

@ian1095
 
If you interested in version "144.00.02.00" of IPTVPlayer there is BBC iPlayer host with support for DASH streams (you need to have patched ffmpeg libs and exteplayer3 which you already have).
 
Regards,
SSS


Re: serviceapp - gstplayer and exteplayer3 #439 ian1095

  • Senior Member
  • 462 posts

+6
Neutral

Posted 5 February 2017 - 17:34

Already tried it this morning SSS

 

Only just got home again to post that its working well using DASH.

 

Thanks.

 

Still hoping mx3L can sort Serviceapp out too though, so it can also be streamed from elsewhere as well.

 

Ian.



Re: serviceapp - gstplayer and exteplayer3 #440 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 5 February 2017 - 19:46

Morning external movie player  has no support for audio/video representation index.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users