Commit graph

13 commits

Author SHA1 Message Date
uvjustin
3e58e1987c
Avoid infinite loop on corrupt stream recording ()
* Avoid infinite loop on corrupt stream recording

* Update tests
2023-07-19 09:06:04 +02:00
uvjustin
84725f15a6
Use IntEnum for stream orientation ()
* Use IntEnum for stream orientation

* Rename enum values

* Add comments

* Fix import
2022-11-09 07:28:28 -08:00
uvjustin
d38d21ab3a
Fix stream recorder with orientation transforms ()
Find moov instead of using fixed location
2022-10-17 21:12:45 -04:00
uvjustin
852b0caf5b
Add orientation transforms to stream () 2022-09-06 13:31:36 +08:00
uvjustin
75892385bb
Fix playback of hls cameras in stream () 2022-07-14 12:24:24 -07:00
uvjustin
e8b5790846
Clean up stream refactor ()
* Clean up target_duration method

* Consolidate Part creation in one place

* Use BytesIO.read instead of memoryview access

* Change flush() signature
2021-06-20 13:38:02 +08:00
uvjustin
123e8f01a1
Refactor stream to create partial segments () 2021-06-14 00:41:21 +08:00
uvjustin
c6f108f7c3
Refactor stream to use bytes ()
* Refactor stream to use bytes
2021-05-26 16:19:09 +08:00
Ruslan Sayfutdinov
35f304450c
Enable type checks for stream component ()
* Enable type checks for stream component

* Fix pylint
2021-05-13 23:26:11 +02:00
uvjustin
9270585a44
Cap AVC profile level at 4.1 in stream master playlist ()
* Cap AVC profile level at 4.1

* Use smaller multiplier in bandwidth calculation
2020-10-15 16:37:27 -04:00
uvjustin
9a32e28574
Create master playlist for cast ()
Co-authored-by: Jason Hunter <hunterjm@gmail.com>
2020-09-27 22:38:14 +02:00
uvjustin
dc2d0b9297
Add audio to stream ()
* Add audio to stream component

* Use container options to do most fmp4 formatting

* Add test for treatment of different audio inputs

* Add test for treatment of different audio inputs

* pcm_mulaw frames should be s16

* Use seek to get BytesIO length

* Remove unused utcnow

* Remove peek_next_audio_pts

* only demux audio and video packets - ignoring data and subtitle streams

Co-authored-by: Jason Hunter <hunterjm@gmail.com>
2020-08-19 23:18:54 -04:00
uvjustin
5355fcaba8
Add H.265 support to stream component ()
* Add H.265 support to stream component

* Change find_box to generator

* Move fmp4 utilities to fmp4utils.py

* Add minimum segments and segment durations

* Remove MIN_SEGMENTS

* Fix when container_options is None

* Fix missing num_segments and update tests

* Remove unnecessary mock attribute

* Fix Segment construction in test_recorder_save

* fix recorder with lookback

Co-authored-by: Jason Hunter <hunterjm@gmail.com>
2020-08-11 17:12:41 -04:00