Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • LibVLCSharp LibVLCSharp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 79
    • Issues 79
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • LibVLCSharpLibVLCSharp
  • Issues
  • #457
Closed (moved) (moved)
Open
Issue created Apr 12, 2021 by Mick Denver@mickdenver

Playing a youtube video crashes the unity client

Summary

Unity itself crashes when using a youtube url instead of the in-built url every time upon playing the scene

Minimal project and steps to reproduce

  1. Create a new project
  2. Install the vlc asset
  3. Attempt to use a youtube url such as the ones below (tried multiple ways) var media = new Media(_libVLC, new Uri("https://www.youtube.com/watch?v=CGXT6fweizE&ab_channel=3DVR360VIDEOS"));

var media = new Media(_libVLC, "https://www.youtube.com/watch?v=CGXT6fweizE&ab_channel=3DVR360VIDEOS", FromType.FromLocation);

  1. Observe crash

What is the current bug behavior?

As soon as you press play on the ThreeSixty scene it crashes

What is the expected correct behavior?

It should not crash the unity client

Does it work on other plaforms? Does it work with the official VLC apps?

It does work in the VLC app

Relevant logs and/or screenshots

Environment

  • OS:
  • Version
  • Device:
  • LibVLC version and architecture
  • LibVLCSharp version

Windows 10 unity version 2021.1.1f1 most up to date vlc version

Possible fixes

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance