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 #901 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 3 February 2019 - 09:20

Thank you my friend ..

That file V55 perfect (works with VP9 + HEVC H265)


DM500s
DM800

DM800se

DM920UHD


Re: serviceapp - gstplayer and exteplayer3 #902 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 3 February 2019 - 09:58

No problem.  Have fun :)



Re: serviceapp - gstplayer and exteplayer3 #903 Moonwalker

  • Senior Member
  • 192 posts

0
Neutral

Posted 4 February 2019 - 13:52

Thanks!



Re: serviceapp - gstplayer and exteplayer3 #904 Moonwalker

  • Senior Member
  • 192 posts

0
Neutral

Posted 17 February 2019 - 16:24

https://forums.openp...n-iptv-channel/

 

Is there a way to force ExtEplayer as default player for everything?



Re: serviceapp - gstplayer and exteplayer3 #905 thawtes

  • Senior Member
  • 86 posts

+1
Neutral

Posted 12 March 2019 - 16:50

how to set option of exteplayer3 with bouquet ?

 

I want to use

[-t id] audio track ID switched on at start

 

 

e.g.

#SERVICE 5002:0:0:0:0:0:0:0:0:0:http%3a//url.com/video.mp4#User-Agent=useragentString:MOVIE_NAME

use as above

#SERVICE 5002:0:0:0:0:0:0:0:0:0:http%3a//url.com/video.mp4#t=1&User-Agent=useragentString:MOVIE_NAME
Is something like this possible?


Re: serviceapp - gstplayer and exteplayer3 #906 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 12 March 2019 - 17:54

Seems so, see how it's done for suburi: https://github.com/m...d326ed65979b472
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: serviceapp - gstplayer and exteplayer3 #907 thawtes

  • Senior Member
  • 86 posts

+1
Neutral

Posted 12 March 2019 - 18:25

Seems so, see how it's done for suburi: https://github.com/m...d326ed65979b472

 

yes I saw, thanks...

 

but how do I write exteplayer3 options parameter, I will try...

 

[-t id] audio track ID switched on at start

#SERVICE 5002:0:0:0:0:0:0:0:0:0:http%3a//url.com/video.ts&suburi=-t 1#User-Agent=agentString:MOVIE_NAME

the video I want to play has double sound stream, so i want to use..

because AutoLangueSelection does not work with sref 5002 playing



Re: serviceapp - gstplayer and exteplayer3 #908 thawtes

  • Senior Member
  • 86 posts

+1
Neutral

Posted 12 March 2019 - 18:46

or I will do something like this

 

exteplayer3.cpp

std::map<std::string,std::string>::const_iterator i(mHeaders.find("AudioTrackID"));
if (i != mHeaders.end())
{
	args.push_back("-t");
	args.push_back(i->second);
}
#SERVICE 5002:0:0:0:0:0:0:0:0:0:http%3a//url.com/video.ts#AudioTrackID=1:MOVIE_NAME

write information after trying..



Re: serviceapp - gstplayer and exteplayer3 #909 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 12 March 2019 - 18:49

because AutoLangueSelection does not work with sref 5002 playing


Then I suggest to implement autolanguage (eg here is how it was done for servicemp3 https://github.com/O...e851a2ab7815ae)
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: serviceapp - gstplayer and exteplayer3 #910 thawtes

  • Senior Member
  • 86 posts

+1
Neutral

Posted 12 March 2019 - 20:12

 

because AutoLangueSelection does not work with sref 5002 playing


Then I suggest to implement autolanguage (eg here is how it was done for servicemp3 https://github.com/O...e851a2ab7815ae)

 

 

thx.

 

I added this code = https://github.com/t...8efa6600fb00ae1 and compiled, I hope it's true, hopefully works :)

 

@athoik Do you think there is a mistake in the code?



Re: serviceapp - gstplayer and exteplayer3 #911 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 12 March 2019 - 20:22

Yes code seems to miss the right argument. After -t and integer is expected.
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: serviceapp - gstplayer and exteplayer3 #912 thawtes

  • Senior Member
  • 86 posts

+1
Neutral

Posted 15 March 2019 - 17:09

Yes code seems to miss the right argument. After -t and integer is expected.

 

Can you add this https://github.com/m...37b1d06837e71dd feature to ServiceMP3 (https://github.com/OpenPLi/servicemp3) ?



Re: serviceapp - gstplayer and exteplayer3 #913 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 15 March 2019 - 17:15

I don't have an idea how to add it. Neither the time to figure out how.
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: serviceapp - gstplayer and exteplayer3 #914 littlesat

  • PLi® Core member
  • 56,260 posts

+691
Excellent

Posted 15 March 2019 - 18:39

For what kind of goal? You still can use it for service app

Edited by littlesat, 15 March 2019 - 18:40.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: serviceapp - gstplayer and exteplayer3 #915 thawtes

  • Senior Member
  • 86 posts

+1
Neutral

Posted 16 March 2019 - 15:30

For what kind of goal? You still can use it for service app

 

for many goals :) very nice feature

see samples here https://github.com/l...b/master/script

sample usage e.g. youtube (look script file)

#SERVICE 5002:0:0:0:0:0:0:0:0:0:resolve%3a//youtube|TcMBFSGVi1c:VideoName



Re: serviceapp - gstplayer and exteplayer3 #916 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 16 March 2019 - 16:44

kind of URL resolver, this URL is chaniging every few days

https://livestream.c...true&mute=false

this one working in E2 bouquet at the moment

http://api.new.lives.../188747098.m3u8

the expired from yesterday

http://api.new.lives.../188674073.m3u8

as you see, the last number is changing, you have to put it in bouquets every few days, the script could solve the problem



Re: serviceapp - gstplayer and exteplayer3 #917 littlesat

  • PLi® Core member
  • 56,260 posts

+691
Excellent

Posted 16 March 2019 - 17:38

But it is in serviceapp... so there you can do it already... so the feature is already there. What is the added value to add it to gstreamer? And why shell scripts... I suggest eg python code returning an url can be more flexible

Edited by littlesat, 16 March 2019 - 17:39.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: serviceapp - gstplayer and exteplayer3 #918 thawtes

  • Senior Member
  • 86 posts

+1
Neutral

Posted 16 March 2019 - 18:07

is ServiceMP3 OpenPLi/servicemp3 similar to ServiceApp?  I know wrong?

 

python codes are already running with this method.


Edited by thawtes, 16 March 2019 - 18:07.


Re: serviceapp - gstplayer and exteplayer3 #919 mysat

  • Senior Member
  • 153 posts

+2
Neutral

Posted 13 June 2019 - 13:35

Using Openpli 7 and using serviceapp as player for #5002 streams. Any idea if recording these 5002 stream can already be done ?

 

Re: serviceapp - gstplayer and exteplayer3 #920 djmx

  • Member
  • 13 posts

0
Neutral

Posted 25 June 2019 - 07:48

Hello Folks,

 

 

I am using Openpli 7.0 on my VU+ Zero and trying to make serviceapp read an IPTV stream which contains a token, url looks like this:

 

http://xxxx:yy/index...token=123456789

 

but it does not open stream on my VU+ while I can open same on my PC with VLC

 

Any ideas please on how to make serviceapp work on my VU+ and serviceapp ?

 

Thanks a lot for uour support





2 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


    Bing (1)