INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Somehow lost video support!  (Read 1279 times)

RemyJ

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1245
Somehow lost video support!
« on: July 23, 2021, 10:46:50 am »

I seem to recall having (or seeing someone else with) this issue...

Code: [Select]
0007532: 140369740131712: Playback: CJRPlaybackEngine::Play: Playing: /data1/media/hcok/VID_20200315_100727.mp4
0007532: 140369740131712: Playback: CJRPlaybackEngine::Play: Filetype: mp4; Type: 18; Can play: 1; Playback object: 0x55d666f99820
0007532: 140369740131712: Playback: CJRPlaybackEngine::StartPlayFile: Start
0007532: 140369740131712: Playback: DependencyInstaller::GetInstalledFilename: Dependency 'linux_avcodec64' (34) is missing, installing
0007533: 140369740131712: Playback: DependencyInstaller::Install: Start
0007533: 140369568077376: Reader: CLinuxINetReader::OpenRange: Start
0007533: 140369568077376: Reader: CLinuxINetReader::OpenRange:  Opening URL, Position 0
0007533: 140369568077376: Reader: CLinuxINetReader::Close: Start
0007533: 140369568077376: Reader: CLinuxINetReader::Close: This 7faa44000be0, CleanClose 0
0007533: 140369568077376: Reader: CLinuxINetReader::Close: Finish (0 ms)
0007617: 140369568077376: Reader: CLinuxINetReader::OpenRange:  Elapsed MS 84.0345, initial number of headers = 5, number of loops = 0
0007617: 140369568077376: Reader: CLinuxINetReader::OpenRange:  Open Succeeded. Elapsed MS 84.0547, number of headers = 5, number of loops = 0
0007617: 140369568077376: Reader: CLinuxINetReader::Close: Start
0007618: 140369568077376: Reader: CLinuxINetReader::Close: This 7faa44000be0, CleanClose 5
0007618: 140369568077376: Reader: CLinuxINetReader::Close: Finish (0 ms)
0007645: 140369568077376: Reader: CLinuxINetReader::OpenRange:  Elapsed MS 26.6856, initial number of headers = 0, number of loops = 0
0007645: 140369568077376: Reader: CLinuxINetReader::OpenRange:  Open Succeeded. Elapsed MS 26.7034, number of headers = 0, number of loops = 0
0007645: 140369568077376: Reader: CLinuxINetReader::OpenRange:  CURL open returned error value = 77
0007645: 140369568077376: Reader: CLinuxINetReader::OpenRange: Finish (111 ms)
...
0007653: 140369740131712: Playback: DependencyInstaller::Install: Downloading package failed
0007653: 140369740131712: Playback: DependencyInstaller::Install: Finish (120 ms)
0007653: 140369740131712: Playback: DependencyInstaller::GetInstalledFilename: Failed installing dependency 34
...
0007658: 140369740131712: Playback: CJRVideoPlayerWindow::OpenFile: Filename: /data1/media/hcok/VID_20200315_100727.mp4 type: mp4. CJRVideoPlayerWindow 0x55d666fa8560
0007663: 140369740131712: Playback: CJRVideoEngine::Open: Start
0007663: 140369740131712: Playback: CJRVideoEngine::Open: FFmpeg DLLs are not available.
0007663: 140369740131712: Playback: CJRVideoEngine::Open: Finish (0 ms)
0007663: 140369740131712: Playback: CJRVideoPlayerWindow::OpenFile: Failed to open JR Video Player

I know ffmpeg is installed and ffplay works fine on the video.  Another Fedora install also works fine so I must have deleted something I shouldn't have.  Reinstalling the ffmpeg packages doesn't help.

Thoughts?

Logged
Fedora 38 x86_64 Xfce

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7366
  • The color of Spring...
Re: Somehow lost video support!
« Reply #1 on: July 23, 2021, 02:33:53 pm »

Firewall or something? According to the log it fails to download its linux_avcodec64 dependency, which is needed.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

RemyJ

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1245
Re: Somehow lost video support!
« Reply #2 on: July 23, 2021, 04:06:17 pm »

Firewall or something? According to the log it fails to download its linux_avcodec64 dependency, which is needed.

Oh crap.  That's one of the plugins in ~/.jriver/Media\ Center\ 28/Plugins.  I forgot about those and yes, linux_avcodec64 was missing.  Copied it from my working system and I now have video back.  As to why it's not downloading, I have no idea.  This is my main development machine so I'd notice if something was wrong network-wise. 

Thanks for jogging my memory!
Logged
Fedora 38 x86_64 Xfce

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: Somehow lost video support!
« Reply #3 on: August 06, 2021, 03:38:55 pm »

Oh crap.  That's one of the plugins in ~/.jriver/Media\ Center\ 28/Plugins.  I forgot about those and yes, linux_avcodec64 was missing.  Copied it from my working system and I now have video back.  As to why it's not downloading, I have no idea.  This is my main development machine so I'd notice if something was wrong network-wise. 

Thanks for jogging my memory!
Check the ownership of the files and directories under ~/.jriver
I've seen some users get the temp directory messed up, presumable by running sudo.
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10710
Re: Somehow lost video support!
« Reply #4 on: August 06, 2021, 06:21:17 pm »

curl error 77 is a SSL certificate error. I forgot how its all setup currently, do we ship a certificate package? Maybe thats out of date. Or if not, the system cert package may not be found on your particular system.
Logged
~ nevcairiel
~ Author of LAV Filters

RemyJ

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1245
Re: Somehow lost video support!
« Reply #5 on: August 07, 2021, 08:50:56 am »

curl error 77 is a SSL certificate error. I forgot how its all setup currently, do we ship a certificate package? Maybe thats out of date. Or if not, the system cert package may not be found on your particular system.

That was it.  There should be a symlink:
/usr/lib/jriver/Media Center 28/ca-certificates.crt -> /etc/ssl/certs/ca-certificates.crt
and it was missing for some reason.
Logged
Fedora 38 x86_64 Xfce

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: Somehow lost video support!
« Reply #6 on: August 09, 2021, 09:46:53 am »

That was it.  There should be a symlink:
/usr/lib/jriver/Media Center 28/ca-certificates.crt -> /etc/ssl/certs/ca-certificates.crt
and it was missing for some reason.
I'll double check the packaging of the deb but that's required.
There is a local copy there in case the system doesn't provide one (like if you are running on a non-debian system) but it's the users responsibility to change the symlink from
/usr/lib/jriver/Media Center 28/ca-certificates.crt -> /etc/ssl/certs/ca-certificates.crt
to
/usr/lib/jriver/Media Center 28/ca-certificates.crt -> /usr/lib/jriver/Media Center 28/local-ca-certificates.crt
Logged

RemyJ

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1245
Re: Somehow lost video support!
« Reply #7 on: August 09, 2021, 12:54:43 pm »

Yeah, that was my fault.  It's definitely in the package.
Logged
Fedora 38 x86_64 Xfce
Pages: [1]   Go Up