Jump to content


Photo

Storing last selected audio and subtitle track for IPTV


  • Please log in to reply
117 replies to this topic

Re: Storing last selected audio and subtitle track for IPTV #101 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 9 May 2024 - 18:32

Maybe streamrelay channels are not detected.

I have inserted a debug line:

			service = self.session.nav.getCurrentService()
			ref = self.session.nav.getCurrentlyPlayingServiceReference()
			ref = ref and eServiceReference(ref.toString())
			print("[IPTV AV ref]", ref)

I get this output:

[IPTV AV ref] <enigma.eServiceReference; proxy of <Swig Object of type 'eServiceReference *' at 0xb1a727e8> >

Any ideas?



Re: Storing last selected audio and subtitle track for IPTV #102 foxbob

  • Senior Member
  • 617 posts

+18
Neutral

Posted 9 May 2024 - 18:41

The channel has 3 audio tracks, I chose the third one. The config_av file appeared, but the size was 0. I switched to another channel, returned to the previous channel, and the audio track was number 1, although I chose 3.



Re: Storing last selected audio and subtitle track for IPTV #103 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 9 May 2024 - 19:25

The channel has 3 audio tracks, I chose the third one. The config_av file appeared, but the size was 0. I switched to another channel, returned to the previous channel, and the audio track was number 1, although I chose 3.

What is the service type? 4097?

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: Storing last selected audio and subtitle track for IPTV #104 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 9 May 2024 - 19:28

Maybe streamrelay channels are not detected.
I have inserted a debug line:

			service = self.session.nav.getCurrentService()
			ref = self.session.nav.getCurrentlyPlayingServiceReference()
			ref = ref and eServiceReference(ref.toString())
			print("[IPTV AV ref]", ref)
I get this output:
[IPTV AV ref] <enigma.eServiceReference; proxy of <Swig Object of type 'eServiceReference *' at 0xb1a727e8> >
Any ideas?
You have to output ref.toString() and also to check is isIPTV function return true.

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: Storing last selected audio and subtitle track for IPTV #105 foxbob

  • Senior Member
  • 617 posts

+18
Neutral

Posted 9 May 2024 - 19:35

Yes #SERVICE 4097.



Re: Storing last selected audio and subtitle track for IPTV #106 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 9 May 2024 - 20:09

Yes #SERVICE 4097.

Ok that is something i have to check since servicemp3 is a separate plugin in PLi... Have to find a way to to handle that too...

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: Storing last selected audio and subtitle track for IPTV #107 foxbob

  • Senior Member
  • 617 posts

+18
Neutral

Posted 9 May 2024 - 20:44

It's not only servicemp3 and servicehisilicon same.



Re: Storing last selected audio and subtitle track for IPTV #108 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 9 May 2024 - 22:19

So Fixes for serviceMP3 here https://github.com/O...vicemp3/pull/28

Fixes for Stream relay services here https://github.com/O...igma2/pull/3972

For servicehisilicon and serviceapp later...


Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: Storing last selected audio and subtitle track for IPTV #109 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 9 May 2024 - 22:54

Merged.

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


Re: Storing last selected audio and subtitle track for IPTV #110 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 10 May 2024 - 16:29

btw. streamrelay channels are present in lamedb (defined in whitelist_streamrelay).

 

So why isn't lamedb used for storing the audio and subtittle settings in this case?



Re: Storing last selected audio and subtitle track for IPTV #111 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 10 May 2024 - 16:42

Because it is bended as a stream…. But maybe somehow an exception could be made.


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


Re: Storing last selected audio and subtitle track for IPTV #112 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 10 May 2024 - 17:19

This is already fixed with latest commits. Should be in next version...

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: Storing last selected audio and subtitle track for IPTV #113 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 11 May 2024 - 14:01

Are the fixes already included in the current nightly build?

I have just tested with streamrelay channels, but the selected audio track is not saved in lamedb...



Re: Storing last selected audio and subtitle track for IPTV #114 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 11 May 2024 - 14:05

I dont know is it in the build....maybe next build. And if still not work... Then it should be a problem on your side....

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: Storing last selected audio and subtitle track for IPTV #115 WanWizard

  • PLi® Core member
  • 69,793 posts

+1,780
Excellent

Posted 11 May 2024 - 14:13

You can see what is in the build by checking the Enigma2 commit hash after a software update:

 

Current develop:

root@ustym4kpro:~# opkg list | grep enigma2-src
enigma2-src - 3.9+git21364+5a3430a-r0.0 - GUI frontend for Open Source Linux based receivers - Source files

which is https://github.com/O.../commit/5a3430a
 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Storing last selected audio and subtitle track for IPTV #116 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 11 May 2024 - 14:29

Good to know :)



Re: Storing last selected audio and subtitle track for IPTV #117 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 11 May 2024 - 15:32

After update with last night build it works. Thank you DimitarCC



Re: Storing last selected audio and subtitle track for IPTV #118 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 11 May 2024 - 15:40

Yes… thousand thanks and rewards to DimitarCC for also contributing here!

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



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users