Jim
9546a9b784
Merge pull request #1065 from damongant/master
...
rtmp-services: Add us-west1 Picarto ingress
2017-11-25 18:10:03 -08:00
Alexandre Vicenzi
d926492ec2
rtmp-services: Add Eventials streaming platform
2017-11-07 11:57:11 -02:00
Alexander Schittler
1a20e40d53
rtmp-services: Add us-west1 Picarto ingress
2017-11-03 10:49:03 +01:00
jeremiah
5d12c5a328
rtmp-services: Add stream.me streaming platform
...
Closes jp9000/obs-studio#1056
2017-10-25 11:39:42 -07:00
Alexander Schittler
966480e6e9
rtmp-services: Add Picarto eu-west1 ingress server
...
Closes jp9000/obs-studio#1054
2017-10-25 11:33:45 -07:00
jp9000
7bd06e7f26
Update translations from Crowdin
2017-10-17 05:39:22 -07:00
jp9000
48a5f0e51a
rtmp-services: Don't show "service not found" if name empty
...
Fixes an issue where the log could have "Could not find service" with an
empty service name when opening properties.
2017-10-15 05:26:11 -07:00
jp9000
d768717b8c
rtmp-services: Only update Twitch ingests when necessary
...
(This commit also modifies UI)
Instead of pinging Twitch every time the program starts up, only pings
for new servers when the ingests are actually being used, and when the
UI uses the auto-configuration dialog.
If ingests have not been cached when using the "Auto" server, it will
wait for 3 seconds max to query the Twitch ingest API. If it takes
longer than 3 seconds or fails, it will defer to SF. If ingests were
already cached, then it will use the existing cache immediately.
2017-10-09 10:10:59 -07:00
pkuznetsov
03659d8706
rtmp-services: Add looch.tv streaming platform
2017-09-11 16:43:39 +03:00
Andrew Surzhynskyi
c830f919d7
rtmp-services: Update ingest list for Restream.io
2017-09-11 13:29:26 +03:00
C. Daniel Sanchez R
06bbd2667f
rtmp-services: Fixing misspell in a country name
...
That had a misspell in a Twitch ingest server:
Col_u_mbia instead Col**o**mbia.
Incremented version.
2017-09-09 13:06:41 -05:00
derrod
48fc0fc120
rtmp-services: Add new twitch ingest servers
2017-08-25 16:11:18 +02:00
Andrew Surzhynskyi
354f337e42
rtmp-services: Update ingest list for Restream.io
2017-08-24 12:39:13 +03:00
jp9000
8b315186a7
rtmp-services: Always check service updates on non-windows
...
This is a workaround for build server cmake build issues on mac/linux.
In the future, the build servers should specify the cmake variable.
2017-08-10 08:11:27 -07:00
Gol-D-Ace
8d8c2e5a22
Update translations from Crowdin
2017-08-10 16:07:40 +02:00
jp9000
a4b361de00
rtmp-services: Require cmake var to enable ingest updates
...
Prevents an issue where forks would continually request data from the
obsproject server for ingest updates.
2017-08-09 12:34:27 -07:00
jp9000
a625448d97
rtmp-services: Initialize mutex/dynamic array
...
The Twitch ingest lookup file did not initialize the dynamic array or
mutex before using.
2017-08-09 12:33:16 -07:00
jp9000
da3e1d974e
rtmp-services: Update Switchboard ingests
2017-08-05 21:28:07 -07:00
jp9000
9add73f656
rtmp-services: Remove Twtich "Auto" if API down and not cached
...
Prevents new users from having a poor user experience if the Twitch API
for getting the closest servers is currently down.
2017-08-02 15:13:09 -07:00
Jim
02b4ea028e
Merge pull request #975 from RytoEX/update-picarto
...
rtmp-services: Update Picarto maximum audio bitrate
2017-08-01 03:02:47 -07:00
jp9000
2b2956ae98
rtmp-services: Add "Auto" server option for Twitch
...
Automatically selects the server closest to the user based upon the
Twitch ingest API.
2017-08-01 02:50:26 -07:00
jp9000
435e251809
rtmp-services: Add Twitch ingest update API
...
Updates ingests via Twitch's ingest API. The servers are ordered by
closest to farthest from the user via the API. It's probably still good
to keep the services.json Twitch ingests updated in case there are
issues with the Twitch ingest API, but otherwise the ingests will update
from Twitch itself every time the program is opened automatically.
2017-08-01 02:50:26 -07:00
jp9000
3786a203c7
rtmp-services: Fix ingest update request user agent
...
The user agent for the obsproject.com ingest update request would have
the version string baked in to the plugin, so if the plugin library
wasn't updated with the rest of the project, it would return the
incorrect version. This makes sure it returns the correct version by
requesting the version string from libobs itself.
2017-08-01 02:38:42 -07:00
Quinn Damerell
535f4a7fcf
rtmp-services: Add Mixer FTL service
...
Adds "Mixer FTL" service and renames the original service with RTMP
servers to "Mixer RTMP".
Closes jp9000/obs-studio#980
2017-08-01 02:27:34 -07:00
Ryan Foster
29e0d5bd4f
rtmp-services: Update Picarto maximum audio bitrate
...
Remove the limit on maximum audio bitrate for Picarto.
http://help.picarto.tv/knowledge_base/topics/how-to-configure-open-broadcaster-software
2017-07-25 01:09:51 -04:00
Jim
fd3791a57d
Merge pull request #971 from canbal/master
...
rtmp-services: Add Twitter / Periscope as a service
2017-07-21 09:08:33 -07:00
Can Bal
79fb64fdc2
rtmp-services: Add Twitter / Periscope as a service
2017-07-20 20:55:46 -07:00
derrod
a6f289a128
rtmp-services: Update Twitch ingests
...
* Update URL of SFO ingest and moved it to proper position in list
* Added Portland
2017-07-18 02:33:20 +02:00
jp9000
d68eff6bf6
rtmp-services: Fix incorrect RTMP output ID
2017-07-17 16:44:42 -07:00
jp9000
6b66630198
rmtp-services: Don't display warning for invalid file ver.
...
The invalid format version warning for service files is an unnecessary
warning which isn't necessary to display because it'll automatically
fall back to the distributed version over the cached remote version.
2017-07-14 12:44:12 -07:00
jp9000
4d1672719f
rtmp-services: Allow services to override bframe count
2017-07-14 12:39:59 -07:00
jp9000
339a0686f6
rtmp-services: Add ability to specify different outputs
...
Allows the ability for services to specify a different output if needed.
NOTE: This should probably be considered temporary, and services within
this file that use this functionality should probably be moved out of
the file and in to a separate service.
2017-07-14 12:39:20 -07:00
Gol-D-Ace
353a4bc824
rtmp-services: Update twitch.tv ingests
2017-07-08 00:14:49 +02:00
jp9000
bb8e019c36
rtmp-services: Add LiveEdu (accidentally removed)
2017-07-02 12:50:56 -07:00
notmark
43885111cd
rtmp-services: Update servers for Vaughn Live/Breakers.tv
...
Removed LAX server, added new NYC server for Vaughn Live & Breakers.TV
Closes jp9000/obs-studio#933
2017-06-27 18:54:46 -07:00
Gol-D-Ace
6028b63487
rtmp-services: Rename beam.pro to Mixer.com
2017-06-26 16:15:03 +02:00
Chaturbate
807e21da07
rtmp-services: Add Chaturbate Streaming Service
2017-06-22 14:05:25 -07:00
Gol-D-Ace
b105f60911
rtmp-services: Add new twitch.tv ingests
2017-06-09 04:17:41 +02:00
Gol-D-Ace
a4f9ce93fe
Revert "rtmp-services: Rename Beam to Mixer"
...
This reverts commit 8a0b38d84e9fb26246de3c7c9223270b38ba58ce.
The new Mixer URL's aren't valid yet.
2017-06-04 18:04:19 +02:00
derrod
8a0b38d84e
rtmp-services: Rename Beam to Mixer
2017-05-25 15:23:19 +02:00
derrod
110a9bd471
rtmp-services: Update Twitch ingests
...
Updated Sao Paulo and Rio de Janeiro ingest URLs
Closes jp9000/obs-studio#890
2017-05-22 07:51:22 -07:00
Gol-D-Ace
3d2cacd782
Update translations from Crowdin
2017-05-20 10:18:41 +02:00
jp9000
13c59ef18c
rtmp-services: Preserve settings if service renamed
...
Due to the recent renaming of hitbox to smashcast, old settings for
hitbox would not be shown in the service UI. This change preserves the
user's service settings even if the service name has been changed, shows
the setting and marks it as invalid to the user, and prevents the UI
from selecting a value that doesn't match the user's last selection.
2017-05-19 01:19:53 -07:00
Gol-D-Ace
95ffca850d
rtmp-services: Rename hitbox.tv to Smashcast
...
Ingest URLs are the same for now.
2017-05-11 02:49:28 +02:00
derrod
31121a8f39
rtmp-services: Update ingests
...
- Remove livecoding.tv (now using per-user ingest assignment)
- Remove Connectcast.tv (Shutting down)
- Remove Cashplay.tv (Shut down)
- Remove Restream.io LA ingest (removed)
- Rename Stre.am to Stream.live and update URL
2017-05-03 20:19:54 +02:00
Ryan Foster
c0be332828
rtmp-services: Update Picarto maximum bitrates
...
Update maximum video bitrate for Picarto from 2000 to 3500 and maximum
audio bitrate from 160 to 128.
http://help.picarto.tv/knowledge_base/topics/how-to-configure-open-broadcaster-software
2017-03-26 12:30:58 -04:00
Patrick Ancillotti
5845664a02
rtmp-services: Add Livestream service
...
Closes jp9000/obs-studio#798
2017-03-26 05:34:00 -07:00
derrod
707110d2fd
rtmp-services: Update maximum bitrate for Twitch
...
Updated max 3.5 to 6. See https://help.twitch.tv/customer/portal/articles/1253460-broadcast-requirements#Broadcast%20Requirements
2017-03-18 23:46:21 +01:00
Andrew Surzhynskyi
a760ecd7e3
rtmp-services: Update ingest list for Restream.io
2017-03-17 17:08:38 +02:00
Gol-D-Ace
dbf95bdc15
Update translations from Crowdin
2017-03-05 23:40:11 +01:00