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 78
    • Issues 78
    • 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
  • #361
Closed
Open
Issue created Jul 03, 2020 by Bob@Loblaw

Using a .m3u8 file for a StreamMediaInput does not work

Summary

If you have a StreamMediaInput that is an m3u8 file, libvlcsharp does not process/play it.

Minimal project and steps to reproduce

MyMediaPlayerInstance.Media = new Media(_LibVLC, new StreamMediaInput(StreamThatIsAnM3u8File));

What is the current bug behavior?

The playlist is not invoked

What is the expected correct behavior?

The playlist gets invoked

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

VLC is able to play the m3u8 file. Additionally, if I use the other Media() constructor that takes a Uri, it also is able to play the m3u8 file.

Relevant logs and/or screenshots

N/A

Environment

  • OS: Android
  • Version 10.0
  • Device: Pixel 3 XL
  • LibVLC version and architecture: 3.2.0 Android/ARM
  • LibVLCSharp version: 3.4.5
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