2025-08-27, 11:19 PM
i am trying to play my mediamtx stream on jellyfin via live tv
![[Image: Drn6Z8F.png]](https://i.imgur.com/Drn6Z8F.png)
scanner.m3u file
command used in mediamtx
Plays as it should on mpv
my issue is that there is video but i do not get any audio.
![[Image: Drn6Z8F.png]](https://i.imgur.com/Drn6Z8F.png)
scanner.m3u file
Code:
#EXTINF:1, Scanner
rtsp://192.168.1.39:8552/sdr
command used in mediamtx
Code:
ffmpeg -f pulse -ac 2 -i default -f rtsp rtsp://localhost:8552/sdr -filter_complex avectorscope=s=320x240 -preset ultrafast -vcodec libx264
Plays as it should on mpv
my issue is that there is video but i do not get any audio.