Gabe Kangas
6624670813
Do not die if there is a missing audio or video stream in source. #34
2020-07-12 09:52:54 -07:00
Gabe Kangas
f54d1eba38
Add additional logging of ffmpeg output to file. Help troubleshoot #34
2020-07-12 09:52:54 -07:00
Gabe Kangas
baaf556c54
Log level change
2020-07-12 09:52:54 -07:00
Gabe Kangas
ef295b6794
Cleanup + poll connection for disconnected state. For #34
2020-07-12 09:52:54 -07:00
Gabe Kangas
0aa3159372
Works if I mux restream to ts, not flv
2020-07-12 09:52:54 -07:00
Gabe Kangas
43d434747b
Attempt with Joy5
2020-07-12 09:52:54 -07:00
Gabe Kangas
d7a2ffcca4
Add timestamp to messages. For #26
2020-07-11 19:09:01 -07:00
Gabe Kangas
4344ab6b00
Revert "Create thumbnail from end of segment. Closes #14 "
...
This reverts commit 266fe51028
.
2020-07-06 22:39:07 -07:00
Gabe Kangas
081024569e
Another logging tweak
2020-07-06 22:24:55 -07:00
Gabe Kangas
266fe51028
Create thumbnail from end of segment. Closes #14
2020-07-06 22:16:40 -07:00
Gabe Kangas
259923b303
Set logging preferences via command line flags. Closes #20
2020-07-06 21:27:31 -07:00
Gabe Kangas
1133edf716
Use the highest quality video segment to creat thumbnails from. Closes
2020-07-06 20:34:34 -07:00
Gabe Kangas
3e042866ec
Fix multiple bitrates not being uploaded to s3. Closes #40
2020-07-05 22:03:53 -07:00
Gabe Kangas
ae2e98877b
Remove no longer used property
2020-06-28 15:42:48 -07:00
Gabe Kangas
f949adb40c
Remove panic and log error if file no longer exists. Closes #31
2020-06-28 15:30:43 -07:00
Gabe Kangas
a31076a591
Fix I guess what was a typo
2020-06-25 18:26:54 -07:00
Gabe Kangas
04dc0796d8
New video transcoder ( #27 )
...
* New video transcoder
* Set a smaller max muxing size + logging tweaks
* No need to return an err since it wiill panic anyway
* Use a default encoder preset if one is not supplied
* Rename to NewTranscoder. Add comments.
* Rename Bitrate to VideoBitrate. Config file changes required with this rename.
* Allow overrides of segment length. Allow offline stream to live in a single segment
* Append offline state video to existin HLS stream instead of overwriting because players do not like that
* Make properties private as they do not need to be exported
2020-06-25 17:44:47 -07:00
Gabe Kangas
4132cf6d09
Move where the message type is set, and standardize on all caps CHAT
2020-06-24 23:20:19 -07:00
Gabe Kangas
8878ca1e88
Have both connect and disconnect time in the status API
2020-06-24 22:52:05 -07:00
Gabe Kangas
a297e33eff
Make IDs for chat messages generated server-side, not client. For #26
2020-06-24 22:00:49 -07:00
Gabe Kangas
a3273e9deb
Value injection at build time seems to only work for the main package
2020-06-24 12:55:49 -07:00
Bradley Hilton
abb2f363af
Decouple chat from core and add chat rest api ( #25 )
...
* Decouple the chat package from the core
* Add rest api endpoints for the chat aspect
2020-06-23 13:11:01 -07:00
Bradley Hilton
fe96739f60
Fix a memory leak with the chat aspect. ( #23 )
...
Essentially, the for loop wasn't being returned out
of and that caused the read listener to never be
let up and released to the gc
2020-06-22 23:52:50 -07:00
Bradley Hilton
487bd12444
Project restructure ( #18 )
...
* First pass at restructuring the project; untested but it does compile
* Restructure builds and runs 🎉
* Add the dist folder to the gitignore
* Update core/playlist/monitor.go
* golint and reorganize the monitor.go file
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-06-22 18:11:56 -07:00