unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 240 forks source link

source link changed when play #459

Closed hengway closed 4 years ago

hengway commented 4 years ago

source link changed when play

If the link content %2A%2F will be convert to %252A%252F, this issue happened on sample project as well

Issue Categories

Version Information

Steps to Reproduce

  1. Input video link to sample project
  2. Hit enter
  3. Error show

2019-11-01 17_32_58-

Expected Results

Command line ffplay

When using ffplay command no issue command ffplay: C:/ffmepg/x64/ffplay "{VIDEO LINK}"

2019-11-01 17_45_42-Play stream with ffmpeg (ffplay) - Wowza Community

hengway commented 4 years ago

Hi, I found it cause by this line: var mediaSource = Uri.EscapeUriString(source.ToString()); below is screenshot I capture from autos

2019-11-01 18_06_51-Unosquare FFME (Debugging) - Microsoft Visual Studio

mariodivece commented 4 years ago

Thanks for the bug report! Could you test with my latest commit please?

mariodivece commented 4 years ago

Closing since there was no further feedback