Jump to content


Photo

Howto build unofficial pli for your unsupported receiver


  • This topic is locked This topic is locked
2740 replies to this topic

Re: Howto build unofficial pli for your unsupported receiver #2061 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 11 August 2018 - 07:37

 

 

I think there might be some differences between S905 and S905D regarding dvb handling

can someone with a S905D device test the images and see if they see any picture from dvb ?

I tested two images on my k1 pro, uploaded by ftp21_ and Persian Prince respectively.

ftp21_:

There were 4 tuner types visible in tuner setup, i.e, DVB-S, DVB-T, DVB-C & ATSC.

I tried DVB-S scan and it tuned and saved channels on some frequencies (not all).

No video or audio on any channel.

Signal level was visible on infobar all saved channels.

Persian Prince:

There were 2 tuner types visible in tuner setup, i.e, DVB-S & DVB-T only.

I tried DVB-S scan and it did not tune or saved any channel (as had been in earlier versions of test images).

 

Why persian prince's images don't work !! @persian any Idea ?

 

you should see four types, if you see only two then probably the dvb drivers are not loaded and enigma is reading the hardcoded nim_sockets

try to ssh into the device and run

lsmod

also boot into the working image(ftp21_)  and run this

echo "dmx0" > /sys/class/stb/source

and then tune into a channel and see if this changes anything

 

 

No idea, I did use pli-extras without any local changes ...


Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #2062 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 11 August 2018 - 08:10

New test images without "alien5-enigma2.patch" :)
 
 
 
 
 

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #2063 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 11 August 2018 - 08:33

For other reason i play with the ely kernel (amlogic)

https://github.com/Elyotna/linux

4.18 Hacking in a V4L2 M2M decoder for AMLogic SoCs

But i know all this change going in to librelec kernel after

New official support is for the 4.19 kernel


Edited by martossien, 11 August 2018 - 08:35.


Re: Howto build unofficial pli for your unsupported receiver #2064 algdu83

  • Senior Member
  • 36 posts

+1
Neutral

Posted 11 August 2018 - 08:45

 

New test images without "alien5-enigma2.patch" :)
 
 

 

Same problem

Is boot

I have test with my favoris i have signal with all channels but not working :(

No audio, no video

thanks



Re: Howto build unofficial pli for your unsupported receiver #2065 algdu83

  • Senior Member
  • 36 posts

+1
Neutral

Posted 11 August 2018 - 08:55

If it's a problem of tuner, why the channels iptv does not work either?
can be a decoding problem
test your iptv or moviz if it opens


Edited by algdu83, 11 August 2018 - 08:57.


Re: Howto build unofficial pli for your unsupported receiver #2066 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 11 August 2018 - 09:07

When you can't play anything it means the problem is gstreamer.


Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #2067 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 11 August 2018 - 09:33

K3 pro should be dont work because s912 has not puplic mali t830 linux userspace driver that only has android libhybrit driver.

Edited by takitr, 11 August 2018 - 09:33.


Re: Howto build unofficial pli for your unsupported receiver #2068 algdu83

  • Senior Member
  • 36 posts

+1
Neutral

Posted 11 August 2018 - 09:47

When you can't play anything it means the problem is gstreamer.

I think too
but since webif does not work either with VLC



Re: Howto build unofficial pli for your unsupported receiver #2069 ledtou

  • Member
  • 18 posts

0
Neutral

Posted 11 August 2018 - 10:52

K3 pro should be dont work because s912 has not puplic mali t830 linux userspace driver that only has android libhybrit driver.

Me too i have k3 pro s912 i test image no boot just stuck in logo mecool k3 pro



Re: Howto build unofficial pli for your unsupported receiver #2070 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 11 August 2018 - 11:04


When you can't play anything it means the problem is gstreamer.

I think too
but since webif does not work either with VLC
Can you try handphone (vuplayer apk) or linux or Windows pc overlan connecting. May be streaming your channels enigma2 overlan device

Edited by takitr, 11 August 2018 - 11:05.


Re: Howto build unofficial pli for your unsupported receiver #2071 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 11 August 2018 - 11:07

When you can't play anything it means the problem is gstreamer.

I I play a file from gst-launch using playbin then the video goes through dvbvideosink and it doesn't detect the codec

 

root@k2pro:~# gst-launch-1.0 playbin uri=file:///home/root/test.mkv
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vbin/GstDVBVideoSink:dvbvideosink0: There is no codec present that can handle the stream's type.
Additional debug info:
../git/gstdvbvideosink.c(1810): gst_dvbvideosink_set_caps (): /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vbin/GstDVBVideoSink:dvbvideosink0:
hardware decoder can't handle streamtype 1
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
root@k2pro:~#
 

But If I remove the dvbvideosink plugins I can play files because it goes through  amlogic plugins.

Or I can set the video sink on the pipeline:

st-launch-1.0 playbin video-sink="amlvsink " uri=file:///home/root/test.mkv
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
[codec_init][725]############ pcodec->stream_typ 1
WARNING: from element /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:abin/GstAlsaSink:alsasink0: Could not get/set settings from/on resource.
Additional debug info:
../../../git/ext/alsa/gstalsasink.c(502): set_hwparams (): /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:abin/GstAlsaSink:alsasink0:
Unable to set buffer time 200000 for playback: Invalid argument
Redistribute latency...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock

I can only hear audio and no video for now but at least it plays.

 

So this a problem with the dvbvideosinkplugins since they don't detect libamcodec

 

I think openatv doesn't use dvbvideosink plugin and that's why it works, correct me if I'm wrong.

 

Can we tell enigma2 to use the amlvsink as a video sink and amlasink as audio sink or are we stuck with dvbvideosink  ?

 

note that this problem is not only with mecool devices, alien5 also has the same problems on pli


Edited by moham96, 11 August 2018 - 11:08.


Re: Howto build unofficial pli for your unsupported receiver #2072 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 11 August 2018 - 11:28

 

When you can't play anything it means the problem is gstreamer.

I I play a file from gst-launch using playbin then the video goes through dvbvideosink and it doesn't detect the codec

 

root@k2pro:~# gst-launch-1.0 playbin uri=file:///home/root/test.mkv
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vbin/GstDVBVideoSink:dvbvideosink0: There is no codec present that can handle the stream's type.
Additional debug info:
../git/gstdvbvideosink.c(1810): gst_dvbvideosink_set_caps (): /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vbin/GstDVBVideoSink:dvbvideosink0:
hardware decoder can't handle streamtype 1
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
root@k2pro:~#
 

But If I remove the dvbvideosink plugins I can play files because it goes through  amlogic plugins.

Or I can set the video sink on the pipeline:

st-launch-1.0 playbin video-sink="amlvsink " uri=file:///home/root/test.mkv
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
[codec_init][725]############ pcodec->stream_typ 1
WARNING: from element /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:abin/GstAlsaSink:alsasink0: Could not get/set settings from/on resource.
Additional debug info:
../../../git/ext/alsa/gstalsasink.c(502): set_hwparams (): /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:abin/GstAlsaSink:alsasink0:
Unable to set buffer time 200000 for playback: Invalid argument
Redistribute latency...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock

I can only hear audio and no video for now but at least it plays.

 

So this a problem with the dvbvideosinkplugins since they don't detect libamcodec

 

I think openatv doesn't use dvbvideosink plugin and that's why it works, correct me if I'm wrong.

 

Can we tell enigma2 to use the amlvsink as a video sink and amlasink as audio sink or are we stuck with dvbvideosink  ?

 

note that this problem is not only with mecool devices, alien5 also has the same problems on pli

 

Small correction I can actually see the video but I have to run enigma2 before I run gst-launch ,apparently, the framebuffer needs to be setup by enigma2 first

 


Re: Howto build unofficial pli for your unsupported receiver #2073 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 11 August 2018 - 17:11

mecool users:

update and build again, I added a demuxer workaround, now enigmacan grab the epg but still no image and I see timeout reading PAT,maybe this is a problem with the channel I tuned to so you need to try on a different channel.

 

one channel I tuned to I think streamed the ts stream but the amlogic codec crashed, unfortunately I can't reproduce so I can't find the problem



Re: Howto build unofficial pli for your unsupported receiver #2074 starz

  • Senior Member
  • 59 posts

+1
Neutral

Posted 11 August 2018 - 18:41

mecool users:
update and build again, I added a demuxer workaround, now enigmacan grab the epg but still no image and I see timeout reading PAT,maybe this is a problem with the channel I tuned to so you need to try on a different channel.

one channel I tuned to I think streamed the ts stream but the amlogic codec crashed, unfortunately I can't reproduce so I can't find the problem


Ok.I'll build and test it.

Regards

Re: Howto build unofficial pli for your unsupported receiver #2075 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 11 August 2018 - 20:37

mecool users:

update and build again, I added a demuxer workaround, now enigmacan grab the epg but still no image and I see timeout reading PAT,maybe this is a problem with the channel I tuned to so you need to try on a different channel.

 

one channel I tuned to I think streamed the ts stream but the amlogic codec crashed, unfortunately I can't reproduce so I can't find the problem

I compiled the image and tested on my K1 Pro.

I also get no video or audio on saved channel.

After few seconds on a saved (FTA SD channel) I get message:

No data on transponder!

(Timeout reading PAT)



Re: Howto build unofficial pli for your unsupported receiver #2076 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 12 August 2018 - 03:32

Also test audio/video playback as we did some changes.

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #2077 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 12 August 2018 - 07:29

Also test audio/video playback as we did some changes.

I tried to play an audio file (mp3) and video file (mp4) in mediaplayer plugin but both did not play.

I got an error message at video file "This receiver cannot decode streams".



Re: Howto build unofficial pli for your unsupported receiver #2078 wu-li

  • Senior Member
  • 28 posts

0
Neutral

Posted 12 August 2018 - 09:59

SPARK7111

 

OSCAM - NG

 

NO IMAGE AND SOUND

 

Live Log:

 

2018/08/12 10:54:22 349B2779 c (ecm) d...u (0...8/5C00/1135/64:D...7): found (809 ms) by R-1 - ...

 

shows everything - ecm and etc ...



Re: Howto build unofficial pli for your unsupported receiver #2079 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 12 August 2018 - 11:12

New test images ...
 
 
 
 
 

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #2080 BarviX

  • Member
  • 6 posts

+2
Neutral

Posted 12 August 2018 - 12:46

SPARK7111

 

OSCAM - NG

 

NO IMAGE AND SOUND

 

Live Log:

 

2018/08/12 10:54:22 349B2779 c (ecm) d...u (0...8/5C00/1135/64:D...7): found (809 ms) by R-1 - ...

 

shows everything - ecm and etc ...

replace module pti.ko

http://taapat.ho.ua/...-r0.4_spark.ipk




34 user(s) are reading this topic

0 members, 33 guests, 0 anonymous users


    Bing (1)