issues
search
medooze
/
media-server
WebRTC Media Server
GNU General Public License v2.0
1.36k
stars
295
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: DIOS-7656 AsyncSafe might be called when the object is construction
#392
harryz2000
closed
3 days ago
0
chore: [DIOS-7502] Add junit npm script
#391
bcostdolby
closed
4 days ago
0
fix: DIOS-7656 AsyncSafe might be called when the object is in destruction or construction
#390
harryz2000
opened
5 days ago
5
fix: [DIOS-7649] Add SOREUSEPORT option to bound TCP sockets to workon BSD systems
#389
bcostdolby
closed
5 days ago
6
fix: [DIOS-7648] Handle EINTR by retrying syscall through main loop
#388
bcostdolby
closed
5 days ago
1
chore: Adding support to run the C++ unit tests from npm test
#387
bcostdolby
closed
5 days ago
0
refactor: rtp packetization refactor and unit test
#386
yezhan10
opened
2 weeks ago
0
fix: revert prefixPayload function
#385
yezhan10
closed
2 weeks ago
0
refactor(h264): Avoid callbacks and return vector of nal units instead
#384
murillo128
closed
2 weeks ago
0
feat: Import ArrayView from libwebrtc code
#383
murillo128
opened
2 weeks ago
4
refactor: RTMPConnection to use EventLoop to avoid race condition
#382
harryz2000
closed
1 week ago
2
change rtmp connection timeout message from log to error (DIOS-6700)
#381
amaha877
closed
2 weeks ago
1
unit test for hevc descriptor serialization
#380
amaha877
closed
2 weeks ago
0
fix(rtmp): only send SEI messages on Intra frames to avoid freezing on packet losses
#379
murillo128
closed
2 weeks ago
3
chore: remove compilation h264 warnings
#378
murillo128
closed
2 weeks ago
2
refactor: proper abstraction of event fd for apple/linux
#377
murillo128
closed
2 weeks ago
0
DIOS-7454 Fixed Safari playback issue for duplicated parameter sets (happens when we re-packetize a video frame)
#376
harryz2000
closed
2 weeks ago
0
DIOS-7462 Avoid FileDescriptor released twice for same fd
#375
harryz2000
closed
2 weeks ago
3
add STAP-A aggregation for h264
#374
yezhan10
opened
3 weeks ago
1
aggregate h264 packets into a single stap-a packet
#373
murillo128
closed
2 weeks ago
0
split onMediaFrame function
#372
yezhan10
closed
2 weeks ago
8
unit tests for Rbsp reader
#371
amaha877
closed
3 weeks ago
1
Dev/amaha/dios-7395/fix srt hevc publish
#370
amaha877
closed
3 weeks ago
0
Fix Youtube RTMPS restream by using SNI for handshake
#369
harryz2000
closed
1 month ago
0
DIOS-7446 Avoid calling pthread_kill if thread is not running
#368
harryz2000
closed
1 month ago
0
split nalu to equal rtp packet size
#367
yezhan10
closed
2 weeks ago
1
Fix HEVCDescriptor serialization
#366
harryz2000
closed
1 month ago
1
Implement VUI/HRD parsing
#365
amaha877
closed
3 weeks ago
1
DIOS-7374 RTMP thread may quit immediately due to race condition
#364
harryz2000
closed
1 month ago
0
Use minus 1 instead of errno to indicate system poll error
#363
harryz2000
closed
1 month ago
0
Fix h265 decoding. Fix bitstream skip function doesn't allow to skip more than 32 bits.
#362
harryz2000
closed
1 month ago
0
fix: update audio pts conversion calculation to avoid overflow
#361
yezhan10
closed
1 month ago
0
TLS cannot be shutdown while the thread is still running
#360
harryz2000
closed
1 month ago
0
Don't reset running flag when exiting thread
#359
harryz2000
closed
1 month ago
0
mp3 config decode and bug fix
#358
yezhan10
closed
1 month ago
1
fix mp3 unit test
#357
yezhan10
closed
1 month ago
0
Fix mp3 decoding and add unit test
#356
amaha877
closed
1 month ago
0
Minor change to move ConvertTimestampClockRate function
#355
harryz2000
closed
1 month ago
0
Dev/sergio/time service wrap
#354
murillo128
closed
1 month ago
0
MPEGTS encoding and Packetizer class. Prepare for SRT Client implementation.
#353
harryz2000
closed
1 month ago
2
Draft: MPEGTS encoding and Muxing. Prepare for SRT client implementation
#352
harryz2000
closed
1 month ago
0
add unit tests for h264 sps/pps parsing
#351
amaha877
closed
1 month ago
3
fix: use TimeServiceWrap on all classes that uses the TimeService
#350
murillo128
closed
1 month ago
5
DIOS-7112 Further refactor EventLoop to enable it to be used for different poll mechanism
#349
harryz2000
closed
1 month ago
9
refactor:calculate encoder pts based on decoder pts
#348
yezhan10
closed
1 month ago
0
fix: fix compilation warning/issues
#347
murillo128
closed
2 months ago
1
feat: introduce rbsp unscaping buffer reader
#346
murillo128
closed
2 months ago
1
prevent AV1Encoder symbol clash with test class
#345
amaha877
closed
2 months ago
0
Use exception rather than assertion for parsing data
#344
harryz2000
closed
2 months ago
0
feat: make BitReader lazy read from BufferReader
#343
murillo128
closed
2 months ago
0
Next