First time poster ... Go easy on me.
I have a strange issue here
I have just setup a 4K IP Camera in the summerhouse, and have set it for H265 encoding.
VLC 3.0.18 (Mint Flatpack) works fine during daytime (rtsp) , showing the stream in "full color".
But when the camera switches to night mode (IR) - Graytones.
The stream doesn't run , it shows one "still frame" , and nothing more happens.
If i "refresh/reload" the stream" it will show anther "still".
H265 Codec (Statistics) counts up .. Is receiving , but no frames are shown.
If i switch to H264 , the stream works at night time too.
The strange part is that: The same H265 stream works at daytime.
Like it's somehow the IR (Graytones) that confuses the H265 decoder.
PC:
Code: Select all
Laptop - Lenovo
CPU : Intel(R) Core(TM) i5-10310U CPU @ 1.70GHz
Ram . 16G
GFX : Built in Intel 915 - Mesa 23.0.4-0ubuntu1~22.04.1
Code: Select all
$ cat /etc/os-release
NAME="Linux Mint"
VERSION="21.2 (Victoria)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.2"
VERSION_ID="21.2"
Code: Select all
$ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/vlc --file-forwarding org.videolan.VLC --version
VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2)
VLC version 3.0.18 Vetinari (3.0.13-8-g41878ff4f2)
Compiled by buildbot on cncf-x86-4.flathub.org (Jul 2 2023 20:21:18)
Compiler: gcc version 12.2.0 (GCC)
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute it under the terms of the GNU General Public License;
see the file named COPYING for details.
Written by the VideoLAN team; see the AUTHORS file.
VLC started from commandline - Daytime - Working fine (no further messages in console)
Code: Select all
$ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/vlc --file-forwarding org.videolan.VLC
VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2)
[00005556bba4d710] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Gtk-Message: 09:32:17.597: Failed to load module "xapp-gtk3-module"
Qt: Session management error: Could not open network socket
[00005556bbae8820] main playlist: playlist is empty
Created new TCP socket 30 for connection
MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (250000). 22291 bytes of trailing data will be dropped!
libva info: VA-API version 1.18.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_18
libva info: va_openDriver() returns 0
[00007f7a200134f0] avcodec decoder: Using Intel iHD driver for Intel(R) Gen Graphics - 23.2.1 () for hardware decoding
If i start the same stream (VLC) at nighttime , i see tonzz of messages on the commandline console
I have gathered some pictures , but have no idea how to attach them
Edit: If i open the "Night time" stream with VLC my iPhone13 : AppStore - VLC IOS 3.4.9 (550).
The H265 stream works.
Thank you for an excellent program
/vlc0910