Skip to content

Commit

Permalink
Merge pull request #5 from 5G-MAG/feature/configOptimizations
Browse files Browse the repository at this point in the history
Additional changes to support all of the available formats. Also incl…
  • Loading branch information
dsilhavy authored Dec 8, 2022
2 parents 5db2949 + 9c0d7a0 commit 7ec6507
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 808 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "flute-ffmpeg/supporting_files"]
path = flute-ffmpeg/supporting_files
url = https://github.com/5G-MAG/rt-common-shared
branch = feature/mbms
17 changes: 10 additions & 7 deletions flute-ffmpeg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,22 @@ configuration looks the following

````
general : {
multicast_ip = "238.1.1.95";
multicast_port = 40085;
multicast_ip = "238.1.1.111";
multicast_port = 40101;
mtu = 1500;
rate_limit = 1200000;
watchfolder_path = "/var/www/watchfolder_out";
watchfolder_path = "/home/dsi/5G-MAG/simple-express-server/public/watchfolder/hls";
path_to_transmit = ""
stream_type = "hls";
transmit_service_announcement = false;
dash: {
number_of_init_segments = 3;
resend_init_in_sec = 30;
service_announcement = "../files/bootstrap.multipart.dash";
number_of_init_segments = 3;
resend_init_in_sec = 30;
service_announcement = "../files/bootstrap.multipart.dash";
};
hls: {
service_announcement = "../files/bootstrap.multipart.hls";
service_announcement = "../files/bootstrap.multipart.hls";
media_playlists_to_ignore_in_multicast = []
}
webserver_port: 3010;
}
Expand Down
20 changes: 0 additions & 20 deletions flute-ffmpeg/config/config.cfg

This file was deleted.

20 changes: 20 additions & 0 deletions flute-ffmpeg/config/default.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
general : {
multicast_ip = "238.1.1.111";
multicast_port = 40101;
mtu = 1500;
rate_limit = 1200000;
watchfolder_path = "/home/dsi/5G-MAG/simple-express-server/public/watchfolder/hls";
path_to_transmit = "watchfolder/hls/"
stream_type = "hls";
transmit_service_announcement = false;
dash: {
number_of_init_segments = 3;
resend_init_in_sec = 30;
service_announcement = "../supporting_files/mbms/bootstrap_examples/bootstrap.multipart.legacy.dash";
};
hls: {
service_announcement = "../supporting_files/mbms/bootstrap_examples/bootstrap.multipart.legacy.hls";
media_playlists_to_ignore_in_multicast = []
}
webserver_port: 3010;
}
282 changes: 0 additions & 282 deletions flute-ffmpeg/files/bootstrap.multipart.dash

This file was deleted.

Loading

0 comments on commit 7ec6507

Please sign in to comment.