Jump to content


Photo

Transcoding problem


  • Please log in to reply
693 replies to this topic

Re: Transcoding problem #221 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 16 April 2014 - 19:04

Okay next step. "It doesn't work". You know the drill, I guess.

 

BTW the version I commited last night runs fine on my solo2.


Edited by Erik Slagter, 16 April 2014 - 19:04.

* 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.


Re: Transcoding problem #222 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 16 April 2014 - 19:40

a clean flash again i guess :s


<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: Transcoding problem #223 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 16 April 2014 - 23:00

I've just tried streamproxy on a friend's Duo²:

Doesn't work (VLC can't connect).
No messages in dmesg

Now for the funny part:
killall streamproxy
/usr/bin/streamproxy
DNGN
killall streamproxy
/usr/bin/streamproxy -f
-> streamproxy works
killall streamproxy
/usr/bin/streamproxy
-> streamproxy fails
killall streamproxy
/usr/bin/streamproxy
-> streamproxy still fails
killall streamproxy
/usr/bin/streamproxy -f
-> streamproxy works

So it's definitely a streamproxy background/foreground issue.

Edited by SpaceRat, 16 April 2014 - 23:01.

1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390

Re: Transcoding problem #224 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 17 April 2014 - 00:02

so im not crazy lol


<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: Transcoding problem #225 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 17 April 2014 - 04:46

so im not crazy lol

Nah, not you ... but the bug is ...

How on earth do you manage a program to behave differently just because it is running in background?
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390

Re: Transcoding problem #226 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 09:13

a clean flash again i guess :s

Really shouldn't be necessary. If in doubt, just remove the streamproxy package and reinstall 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.


Re: Transcoding problem #227 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 09:15

So it's definitely a streamproxy background/foreground issue.

I'll have a look, thanks.

You might want to run busybox-syslog, then do a logread and post the output here. If streamproxy is running in the background, it logs to syslog.

* 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.


Re: Transcoding problem #228 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 09:36

How on earth do you manage a program to behave differently just because it is running in background?

If you don't know how a properly written daemon differs in behaviour from a normal user process, then indeed you cannot explain this. Hint: think of all filedescriptors being closed, the process being placed in a new terminal session and process group, an extra fork and exit (otherwise the former is not allowed), no controlling terminal...

* 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.


Re: Transcoding problem #229 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 17:31

... also a call to vsyslog instead of fprintf for logging, and that's where the culprit seems to be.


Edited by Erik Slagter, 17 April 2014 - 18:24.

* 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.


Re: Transcoding problem #230 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 17 April 2014 - 18:47

why not bring back the old system while this is being worked on?


<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: Transcoding problem #231 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 17 April 2014 - 18:48

cuz the actual builds arent stable when it comes to transcoding...


<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: Transcoding problem #232 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 19:02

why not bring back the old system while this is being worked on?

cuz the actual builds arent stable when it comes to transcoding...

Why update every day if what you have is working satisfactory?

Please keep in mind the "beta" keyword.

* 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.


Re: Transcoding problem #233 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 19:02

The segfault problem (in the background) has been fixed.

Edited by Erik Slagter, 17 April 2014 - 19:02.

* 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.


Re: Transcoding problem #234 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 17 April 2014 - 19:10

why not bring back the old system while this is being worked on?

>cuz the actual builds arent stable when it comes to transcoding...

Why update every day if what you have is working satisfactory?

Please keep in mind the "beta" keyword.

 

cuz im curious xD


<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: Transcoding problem #235 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 19:13

Well, your curiousity is satisfied every day :D At one time it may be a pleasant surprise, another time it may be an unpleasant surprise.

 

BTW using the vu plus streaming proxies, you will have to resort to rebooting every about third transcoding session. I guess you don't really want that.


* 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.


Re: Transcoding problem #236 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 17 April 2014 - 19:19

Ye well removed streamproxy and reinstalled,rebooted but it still wont work

 

im gonna flash an old build!


<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: Transcoding problem #237 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 19:21

Don't do it. You don't understand.

 

- a new flash won't help

- if I change something, it will only get updated the next day

 

So just be patient, update tomorrow and it will work.


* 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.


Re: Transcoding problem #238 delavega

  • Senior Member
  • 377 posts

+2
Neutral

Posted 17 April 2014 - 19:24

ok then because i have some backups from february and march xD

 

Might as well wait you always deliver ;)


Edited by taboune, 17 April 2014 - 19:25.

<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ DUO 2</strong></span></span></p>
<p><span style="font-size:18px;"><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;"><strong>Vu+ SOLO</strong></span></span>

Re: Transcoding problem #239 qnopli

  • Member
  • 17 posts

0
Neutral

Posted 17 April 2014 - 20:36

Hi,

 

my Duo2 isn't also able to stream anymore after upgrade. So I just wan't to add my error message here if I try to start Streaming:

 

Apr 17 21:26:15 vuduo2 daemon.err inetd[948]: can't execute '/usr/bin/transtreamproxy': No such file or directory
Apr 17 21:26:15 vuduo2 daemon.err inetd[949]: can't execute '/usr/bin/transtreamproxy': No such file or directory
Apr 17 21:26:15 vuduo2 daemon.err inetd[950]: can't execute '/usr/bin/transtreamproxy': No such file or directory

This comes in /var/log/Messages if I open stream in VLC. 

 

Also I don't  see a streamproxy service running if I do a ps. Starting streamproxy in console Fails with message:

root@vuduo2:~# streamproxy -f
streamproxy: AcceptSocket: cannot bind accept socket

 

Start and stop explicit streamproxy service shows:

root@vuduo2:~# /etc/init.d/streamproxy.sh start
Starting Streamproxy: streamproxy.
root@vuduo2:~# /etc/init.d/streamproxy.sh stop
Stopping Streamproxy: no /usr/bin/streamproxy found; none killed
streamproxy.

:blink:

 

So thats all i know about this. I hope it gets soon fixed anyway ... Thank you



Re: Transcoding problem #240 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 17 April 2014 - 20:39

ok then because i have some backups from february and march xD

I'd rather you upgrade tomorrow and test, so I can fix things.


* 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.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users