Skip to content

Commit

Permalink
automatic commit at releng box
Browse files Browse the repository at this point in the history
  • Loading branch information
mc36 committed Dec 30, 2024
1 parent bc3f3af commit 3072c07
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions misc/player/player.strm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh
sudo -u mc36 vlc -I dummy --mtu 1280 --sout "#transcode{vcodec=none,acodec=mp2,ab=320,channels=2,samplerate=44100}:rtp{mux=ts,dst=232.2.3.2,port=1234,ttl=255}" --start-time $2 "file:///$1" "vlc://quit"
#ffmpeg -re -i "$1" -ss $2 -ar 44100 -ac 2 -c:a mp3 -b:a 320k -f rtp "rtp://232.2.3.2:1234?ttl=255&pkt_size=1280"
sudo -u mc36 vlc -I dummy --mtu 1280 --sout "#transcode{vcodec=none,scodec=none,acodec=s16l,channels=2,samplerate=44100}:rtp{dst=232.2.3.2,port=1234,ttl=255}" --start-time $2 "file:///$1" "vlc://quit"
#ffmpeg -re -i "$1" -ss $2 -vn -sn -ar 44100 -ac 2 -c:a pcm_s16le -f rtp "rtp://232.2.3.2:1234?ttl=255&pkt_size=1280"
#sudo -u mc36 vlc -I dummy --mtu 1280 --sout "#transcode{vcodec=none,scodec=none,acodec=mp2,ab=320,channels=2,samplerate=44100}:rtp{mux=ts,dst=232.2.3.2,port=1234,ttl=255}" --start-time $2 "file:///$1" "vlc://quit"
#ffmpeg -re -i "$1" -ss $2 -vn -sn -ar 44100 -ac 2 -c:a mp3 -b:a 320k -f rtp "rtp://232.2.3.2:1234?ttl=255&pkt_size=1280"
2 changes: 1 addition & 1 deletion src/rtr.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v24.12.30-cur, done by sprscc13@mrn0b0dy.
-;-;-;2024-12-30 12:38:35, took 00:14:48, with 50 workers, on 3602 cases, 0 failed, 0 traces, 0 retries
-;-;-;2024-12-30 13:16:10, took 00:14:52, with 50 workers, on 3602 cases, 0 failed, 0 traces, 2 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/basic01.tst;basic01.tst;success;dummy test
http://sources.freertr.org/cfg/basic02.tst;basic02.tst;success;interface with slot
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v24.12.30-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2024-12-30 12:38:35, took 00:14:48, with 50 workers, on 3602 cases, 0 failed, 0 traces, 0 retries<br/>
tested: 2024-12-30 13:16:10, took 00:14:52, with 50 workers, on 3602 cases, 0 failed, 0 traces, 2 retries<br/>
jvm: ./rtr.bin<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down
2 changes: 1 addition & 1 deletion src/rtr8.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v24.12.30-cur, done by sprscc13@mrn0b0dy.
-;-;-;2024-12-30 12:49:34, took 00:10:37, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries
-;-;-;2024-12-30 13:29:11, took 00:12:38, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/p4lang-acl001.tst;p4lang-acl001.tst;success;p4lang: copp
http://sources.freertr.org/cfg/p4lang-acl002.tst;p4lang-acl002.tst;success;p4lang: ingress access list
Expand Down
2 changes: 1 addition & 1 deletion src/rtr8.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v24.12.30-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2024-12-30 12:49:34, took 00:10:37, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries<br/>
tested: 2024-12-30 13:29:11, took 00:12:38, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries<br/>
jvm: ./rtr.bin<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down

0 comments on commit 3072c07

Please sign in to comment.