98 Commits

Author SHA1 Message Date
Ingo Oppermann
245f69cdcb
Add option for custom poster image in player 2023-11-03 16:05:56 +01:00
Jan Stabenow
a68a39b9f9 Add a/v filter to the publication components - #593 2023-10-23 13:34:19 +02:00
Ingo Oppermann
5dd710fc47
Fix detecting Raspberyy Pi camera v4l2 device, changing default format to yuv420p 2023-10-16 13:39:39 +02:00
Ingo Oppermann
546024fc90
Fix ALSA demuxer option names 2023-09-29 14:04:12 +02:00
Ingo Oppermann
bffb228b1d
Fix index out-of-range warning, list ALSA devices for Raspicam video source 2023-09-29 14:03:27 +02:00
Ingo Oppermann
b089edc02a
Merge branch 'mdastgheib-feature/referer/header/field' into dev 2023-09-22 15:11:48 +02:00
Ingo Oppermann
74c71445b4
Fix tests 2023-09-22 15:11:10 +02:00
Ingo Oppermann
7888247f23
Rename Referer to Referrer in the label 2023-09-22 15:10:08 +02:00
Ingo Oppermann
39dfd348db
Merge branch 'feature/referer/header/field' of https://github.com/mdastgheib/restreamer-ui into mdastgheib-feature/referer/header/field 2023-09-22 14:43:38 +02:00
Ingo Oppermann
79610e2e4e
Fix wrong ENV label in settings 2023-09-22 14:40:11 +02:00
mdastgheib
763618cc4f feat: Added UI advanced options '-referer' header functionality 2023-09-20 21:35:03 -05:00
Orry Verducci
fec59ef28b MPEG-TS syntax fixes 2023-08-03 12:04:38 +01:00
Jan Stabenow
93316b938b
Mod uses placeholders for ingress setups #560 2023-05-10 18:33:15 +02:00
Ingo Oppermann
f333d7fe95
Fix Icecast publication service
With Icecast it is possible to output only an audio track. However,
the tooling required always a video track and was throwing an error
that was not properly handled. Now audio-only streams are allowed
for publication services.

datarhei/restreamer#429
datarhei/restreamer#483
datarhei/restreamer#542
2023-04-13 12:10:20 +02:00
Ingo Oppermann
cef6efbac0
Add stream key field and protocol detection to RTMP publication service 2023-03-14 12:52:10 +01:00
Ingo Oppermann
718b00fe97
Fix saving RTMP advanced options (datarhei/restreamer#518) 2023-03-08 09:34:39 +01:00
Ingo Oppermann
3735ac2242
Update translations 2023-02-23 09:30:12 +01:00
Jan Stabenow
168b1fbaa3
Add analyzeduration, probesize and max_probe_packets input options 2023-02-23 08:59:35 +01:00
Jan Stabenow
2f78a621fe
Fix tests 2023-02-22 13:03:39 +01:00
Jan Stabenow
3da606c8dd
Add avoid_negative_ts and http_proxy input options,updates npm dependencies 2023-02-22 12:08:27 +01:00
Jan Stabenow
b39e04ec68
Add copyts, start_at_zero and use_wallclock_as_timestamps option 2023-02-14 16:53:05 +01:00
Ingo Oppermann
8e07fcef80
Fix wrong link to service maintainer (#23) 2023-01-16 09:40:56 +01:00
Ingo Oppermann
638642d3de
Fix missing parameters for coder defaults 2022-11-24 10:26:56 +01:00
Ingo Oppermann
ec4edf2f47
Fix wrong call to encoder defaults (datarhei/restreamer#467) 2022-11-22 16:49:21 +01:00
Ingo Oppermann
98b827b9f3
Refine network source test 2022-11-18 10:35:06 +01:00
Ingo Oppermann
a844bf362d
Add some testing hints 2022-11-16 16:45:02 +01:00
Ingo Oppermann
491124df1f
Add more tests for the network source 2022-11-16 14:31:45 +01:00
Ingo Oppermann
14e217172b
Fix listing of push options if none of the protocols are available 2022-11-16 14:30:59 +01:00
Ingo Oppermann
233393400d
Add test for network source 2022-11-15 21:49:26 +01:00
Ingo Oppermann
e0982a1941
Fix FFmpeg version check for RTSP sources (datarhei/restreamer#455) 2022-11-13 21:14:37 +01:00
Jan Stabenow
268ca46669
Fix typo 2022-11-11 11:00:14 +01:00
Jan Stabenow
8e7ec934d3
Mod indicates a faulty cache configuration 2022-11-11 00:27:58 +01:00
Ingo Oppermann
731d4a93d8
Fix warnings navigating away during component mount 2022-11-10 16:43:57 +01:00
Ingo Oppermann
4ec02d1b2d
Fix ChannelSelect routing 2022-11-10 13:45:02 +01:00
Jan Stabenow
cda68a89fb
Mod format 2022-11-08 21:25:24 +01:00
Jan Stabenow
5e09f41707
Mod switches to the improved SRT syntax 2022-11-08 01:18:54 +01:00
Ingo Oppermann
fb650243da
Add skills props to encoder and decoder components 2022-11-07 22:15:38 +01:00
Jan Stabenow
0edf69ed7c
Mod improves display of progress data 2022-11-07 17:29:34 +01:00
Ingo Oppermann
1924499cdb
Remove support for clappr player 2022-11-07 10:45:55 +01:00
Jan Stabenow
7e331d5f82
Mod simplifies the setup of Restreamer-to-Restreamer connections 2022-10-21 22:15:36 +02:00
Jan Stabenow
c367261053
Add PeerTube and Media Network to publication services (plattforms, software) 2022-10-19 20:56:58 +02:00
Jan Stabenow
f836a244bf
Mod adds Istafeed.me as StreamKey service to Instagram's publishing service 2022-10-19 20:56:07 +02:00
Jan Stabenow
24b14a2d75
Add reset button to hide a player logo (datarhei/restreamer#431) 2022-10-19 20:39:33 +02:00
Jan Stabenow
9d3fdb5c41
Fix Icecast publication service settings (datarhei/restreamer#429) 2022-10-17 22:28:15 +02:00
Ingo Oppermann
c5a91815fa
Fix use of TLS for input from local RTMP server 2022-10-11 15:42:18 +02:00
Ingo Oppermann
f17112a97f
Add email field for Let's Encrypt certification 2022-09-30 12:38:11 +02:00
Jan Stabenow
a59c766c4d
Add low_delay option + uses the ingest stream for publication 2022-09-29 18:26:06 +02:00
Jan Stabenow
3cfec164bd
Add dlive + trovo publication services 2022-09-28 11:50:39 +02:00
Jan Stabenow
183717e98a
Add DVR optimizations, updates packages and fix typo 2022-09-21 14:11:20 +02:00
Ingo Oppermann
759de38c8c
Fix user registration if username and/or password are set via environment (#13) 2022-08-18 16:10:32 +03:00