Transcoding plugin has disappeared from plugin menu and transcoding doesn't work any longer.
Reread what I just wrote.
Did you already do "netstat -lptn".
Posted 8 March 2014 - 08:47
Transcoding plugin has disappeared from plugin menu and transcoding doesn't work any longer.
Reread what I just wrote.
Did you already do "netstat -lptn".
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 8 March 2014 - 08:54
It's a common misconception that you need a plugin for transcoding. What needs is
- setting up some /proc entries (including enabling the encoders)
- a proxy that listens to port 8002 and 8003 for requests
If you do netstat -lptn you'll see the proxies listening.
Posted 8 March 2014 - 09:16
/proc (to be exactly /proc/stb) constitutes of the interface between user program's and the drivers. If the encoder is enabled using this interface, it will work. There is no use for a plugin to enable the transcoding when it's already done by startup scripts (see /etc/init.d/transcoding-setup.sh).
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 8 March 2014 - 10:12
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 8 March 2014 - 10:19
/proc (to be exactly /proc/stb) constitutes of the interface between user program's and the drivers. If the encoder is enabled using this interface, it will work. There is no use for a plugin to enable the transcoding when it's already done by startup scripts (see /etc/init.d/transcoding-setup.sh).
Posted 8 March 2014 - 10:33
Edited by Erik Slagter, 8 March 2014 - 10:34.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 8 March 2014 - 12:54
That commands output 'no such file or directory'No, that is intentional. The scripts are not executed through execve(), they are sourced.If cat /proc/stb/encoding gives "enabled" the script has run.
I did rerun opkg install vuplus-trancoding
That should have read /proc/stb/encoder/enabled
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 8 March 2014 - 16:13
Just to ensure that I've executed everything correctly: the command 'cat /proc/stb/encoding' should produce output /proc/stb/encoder/enabled - which is not what I get.That should have read /proc/stb/encoder/enabledThat commands output 'no such file or directory'
No, that is intentional. The scripts are not executed through execve(), they are sourced.If cat /proc/stb/encoding gives "enabled" the script has run.
I did rerun opkg install vuplus-trancoding
Posted 8 March 2014 - 18:33
No,
"cat /proc/stb/encoder/enabled" should produce "enabled" and not "disabled".
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.
Posted 9 March 2014 - 08:59
I'm a bit puzzled, shouldn't be the value in "/proc/stb/encoder/enable" (mind de lack of the letter d in enable) be the word enable and not enabled?
As I read in /cat/proc/stb/encoder/enable_choices there are 2 choices: enable and disable and not enabled and disabled?
Am I missing something, shouldn't the value be enable and not enabled?
Posted 9 March 2014 - 09:28
root@duo:~# cat /proc/stb/encoder/enable
enable
Copy&pasted so no typos!
This is how the output is supposed to look.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 9 March 2014 - 10:19
If the script hasn't run, the value reads as "disable".
I tried it out, after a reboot the value is "enable" as it should, so the setup-script is actually okay.
Edited by Erik Slagter, 9 March 2014 - 10:25.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 9 March 2014 - 10:25
Tried out the transcoding, after a fresh reboot, using mplayer:
mplayer http://duo:8002/1:0:...3:EB0000:0:0:0:
and it just works. This is Ned 1 HD transcoded to 480p.
mplayer has as config options:
cache=32768
cache-min=5
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 9 March 2014 - 10:26
If someone can give me a full example of vlc command + config that doesn't work, I'll try it.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 9 March 2014 - 10:30
Same response here with mplayer as with VLC (netstat confirms there is a service listening on 8002):
$ mplayer http://172.16.1.43:8002/1:0:19:1B1D:802:2:11A0000:0:0:0: MPlayer SVN-r36824-4.8.2 (C) 2000-2014 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing http://172.16.1.43:8002/1:0:19:1B1D:802:2:11A0000:0:0:0:. Resolving 172.16.1.43 for AF_INET6... Couldn't resolve name for AF_INET6: 172.16.1.43 Connecting to server 172.16.1.43[172.16.1.43]: 8002... http_read_response read 0 (i.e. EOF). STREAM_ASF, URL: http://172.16.1.43:8002/1:0:19:1B1D:802:2:11A0000:0:0:0: Resolving 172.16.1.43 for AF_INET6... Couldn't resolve name for AF_INET6: 172.16.1.43 Connecting to server 172.16.1.43[172.16.1.43]: 8002... read: Operation now in progress Failed, exiting. Resolving 172.16.1.43 for AF_INET6... Couldn't resolve name for AF_INET6: 172.16.1.43 Connecting to server 172.16.1.43[172.16.1.43]: 8002... http_read_response read 0 (i.e. EOF). No stream found to handle url http://172.16.1.43:8002/1:0:19:1B1D:802:2:11A0000:0:0:0: Exiting... (End of file)
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.
Posted 9 March 2014 - 10:39
Weird.
Can you please send the output of:
cd /proc/stb/encoder
cat enable
cd 0
cat profile
cat level
cat display_format
cat bitrate
cat gop_frameb
And also dmesg, the driver goes haywire very easily and barfs the logs in that case.
Can you also try it with wget and then add the -S option?
And as a last resort we might have to use tcpdump/tshark and/or strace
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
0 members, 2 guests, 0 anonymous users