Giannis_Dorokidis

Untitled

Feb 2nd, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. pi@mpradio:~ $ systemctl status mpradio ● mpradio.service - Morrolinux Pirate Radio
  2. Loaded: loaded (/etc/systemd/system/mpradio.service; enabled; vendor preset: enabled)
  3. Active: active (running) since Sun 2020-02-02 18:10:41 GMT; 51min ago
  4. lines 1-3...skipping... ● mpradio.service - Morrolinux Pirate Radio
  5. Loaded: loaded (/etc/systemd/system/mpradio.service; enabled; vendor preset: enabled)
  6. Active: active (running) since Sun 2020-02-02 18:10:41 GMT; 51min ago
  7. Main PID: 324 (sudo)
  8. CGroup: /system.slice/mpradio.service
  9. ├─324 sudo -E chrt -f 99 /home/pi/mpradio.py
  10. ├─456 python3 /home/pi/mpradio.py
  11. ├─507 sox -t raw -G -b 16 -e signed -c 2 -r 44100 - -t wav - treble -6
  12. ├─508 sudo pi_fm_adv --freq 105.2 --ctl /tmp/rds_ctl --audio -
  13. └─528 pi_fm_adv --freq 105.2 --ctl /tmp/rds_ctl --audio -
  14.  
  15. Feb 02 18:34:23 mpradio bash[324]: self._target(*self._args, **self._kwargs)
  16. Feb 02 18:34:23 mpradio bash[324]: File "/home/pi/mpradio.py", line 123, in check_remotes
  17. Feb 02 18:34:23 mpradio bash[324]: tmp = BtPlayerLite(cmd[2])
  18. Feb 02 18:34:23 mpradio bash[324]: IndexError: list index out of range
  19. Feb 02 18:34:23 mpradio bash[324]: Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecFeb 02 18:34:23 mpradio bash[324]: (repeated 4 more times)
  20. Feb 02 18:34:24 mpradio bash[324]: Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecFeb 02 18:34:24 mpradio bash[324]: Timestamps are unset in a packet for stream 0. This is deprecated and will stop working iFeb 02 18:34:24 mpradio bash[324]: Encoder did not produce proper pts, making some up.
  21. ● mpradio.service - Morrolinux Pirate Radio Loaded: loaded (/etc/systemd/system/mpradio.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2020-02-02 18:10:41 GMT; 51min ago pi@mpradio:~ $
Add Comment
Please, Sign In to add comment