satip-axe
satip-axe copied to clipboard
multicast-rtp
Hi @perexg
Is there anything wrong with multicast-rtp package? i did "fetch-package" and them "fetch-package multicast-rtp-2.tar.gz" rebooted and when trying to execute it from command line i get:
-sh: ./multicast-rtp: not found
P.S.: Sorry about the hijack!
Install python, too.
And do not use ./ (I think that the python script is installed to /sbin).
yes it works thanks again....
if i'd like to run it automatic i just need to fill /etc/sysconfig/multicast and reboot?
guess i need to do something like "multicast-rtp -s 192.168.1.100:554 -d 239.0.0.1 -c /etc/sysconfig/multicast"
The v2 is broken. No time to fix this.
guess i need to do something like "multicast-rtp -s 192.168.1.100:554 -d 239.0.0.1 -c /etc/sysconfig/multicast"
Hi @estimadarocha ,
The "command-line mode" and configuration (-c) are not compatible. You need to use one or other. What you really like to do?
The v2 is broken. No time to fix this.
Hi @perexg ,
What is broken in "v2"? It works like v1 when using the config file. Nothing is changed in this mode. And it does what is implemented for the command-line mode in v2.
Regards. (Note: I'm the developer of the new v2: https://github.com/lars18th/satip-rtp)
There are dependent command line arguments, so parser.parse_args() throws exception when no arguments are given.
There are dependent command line arguments, so parser.parse_args() throws exception when no arguments are given.
Then I'll check it!
You have any example that fails?
Hi @perexg ,
The v2 is broken. No time to fix this.
Fixed! https://github.com/lars18th/satip-rtp Please update it.
Regards.
Hi @perexg ,
The v2 is broken. No time to fix this.
Fixed! https://github.com/lars18th/satip-rtp Please update it.
Regards.
Hi @perexg , please check it!
Hi @perexg ,
My version is now fixed (another time). So please, check it and merge it if you want. https://github.com/lars18th/satip-rtp
Regards.