Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Lightcast.com to Our New Premium CDN #10930

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/rtmp-services/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"files": [
{
"name": "services.json",
"version": 256
"version": 257
}
]
}
31 changes: 8 additions & 23 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1503,38 +1503,23 @@
"name": "Lightcast.com",
"servers": [
{
"name": "North America / East",
"url": "rtmp://us-east.live.lightcast.com/202E1F/default"
"name": "North America 1",
"url": "rtmp://ingest-na1.live.lightcast.com/in"
},
{
"name": "North America / West",
"url": "rtmp://us-west.live.lightcast.com/202E1F/default"
"name": "North America 2",
"url": "rtmp://ingest-na2.live.lightcast.com/in"
},
{
"name": "Europe / Amsterdam",
"url": "rtmp://europe.live.lightcast.com/202E1F/default"
},
{
"name": "Europe / Frankfurt",
"url": "rtmp://europe-fra.live.lightcast.com/202E1F/default"
},
{
"name": "Europe / Stockholm",
"url": "rtmp://europe-sto.live.lightcast.com/202E1F/default"
},
{
"name": "Asia / Hong Kong",
"url": "rtmp://asia.live.lightcast.com/202E1F/default"
},
{
"name": "Australia / Sydney",
"url": "rtmp://australia.live.lightcast.com/202E1F/default"
"name": "Europe",
"url": "rtmp://ingest-eu1.live.lightcast.com/in"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 6000,
"max audio bitrate": 160
"max audio bitrate": 320,
"x264opts": "scenecut=0"
},
"supported video codecs": [
"h264"
Expand Down
Loading