Forum Replies Created
-
AuthorPosts
-
GardinalKeymaster
This might be that the screen scaling isn’t at 100%. This has been corrected in version 1.3.0.
GardinalKeymasterA new flag -m has been added to the version 1.1.0. This command line flag will launch the Rtsp Player in maximized mode.
Hope this meets your needs.GardinalKeymasterRight now, there is no real fullscreen feature. However, this is something planned and should be available in the next few weeks.
You can autolaunch the stream by settings parameters in the Windows shortcut by following these instructions: https://gardinal.net/rtsp-player/rtsp-player-guide/
However, you will have to manually maximize the application and still have the address bar at the top, for the moment.
GardinalKeymasterThis link is hardcoded in the player source code. It is not an attack. It was used as a default rtsp link when none was specified. It was a cartoon video, but the link is not working anymore. It should be removed in the next version.
GardinalKeymasterYou can also add SPIRV-Tools if required:
git clone https://github.com/KhronosGroup/SPIRV-Tools.git ./llvm/projects/SPIRV-Tools
GardinalKeymasterThe above will build the latest version. Here’s how to build specifically to LLVM version 11.1
mkdir llvm11
cd llvm11git clone -b llvmorg-11.1.0 https://github.com/llvm/llvm-project.git .
git clone -b llvm_release_110 https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git
git clone -b ocl-open-110 https://github.com/intel/opencl-clang.git
git clone https://github.com/KhronosGroup/SPIRV-Headers.git ./llvm/projects/SPIRV-Headers
git clone https://github.com/intel/vc-intrinsics.git ./llvm/projects/vc-intrinsicsmkdir build
cd buildcmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=”X86″ -DLLVM_ENABLE_PROJECTS=”clang” -DLLVM_EXTERNAL_PROJECTS=”llvm-spirv;opencl-clang” -DLLVM_EXTERNAL_LLVM_SPIRV_SOURCE_DIR=”../SPIRV-LLVM-Translator” -DLLVM_EXTERNAL_OPENCL_CLANG_SOURCE_DIR=”../opencl-clang” ../llvm
make opencl-clang
GardinalKeymasterOften, this is because the camera is set to H.265 video codec. Onvif Device Manager does not support this newer codec. I guess the substream is set to H.264. This is why the substream works, but not the mainstream.
To change the stream to H265, you have to connect to the camera from a web browser and modify the video configuration.
GardinalKeymasterHi!
The command line parameters cannot be typed in the application address bar. They must be used when invoking the application from the command line, a shortcut, or from a batch file.
Are you using Windows? If so, you could create a shortcut of the application on your desktop, and modify the shortcut properties.
In the target box, you could type the command line parameters. For example:
“C:\Program Files (x86)\Rtsp Player\rtspplayer.exe” -a rtsp://224.137.129.18:554/live001/adr.sdp user passJune 14, 2022 at 1:25 pm in reply to: Command line autostart works fine but after showing display the “go” shows #381GardinalKeymasterYes, you are right. I tried it and the button is “Go” instead of “Stop”. This is a bug and will be corrected in the next version.
GardinalKeymasterGood news that this works. At the moment, there’s no command line parameters for positioning. I think this should be a great feature for the next version.
GardinalKeymasterCan you try with the following command line:
“C:\Program Files (x86)\Rtsp Player\rtspplayer.exe” -a “rtsp://user:[email protected]:554/live/ch0” admin ABCDELet me know if this works.
-
AuthorPosts