shaka-packager/packager/mpd/base/xml
Cosmin Stejerean 98b44d01df
fix: escape media URLs in MPD (#1395)
Currently `media_info.media_file_url()` is not escaped when placed into
MPD for things like BaseURL. This for example breaks when trying to us a
file name that contains special characters like &. Since these are
supposed to be URLs let's URL encode them.

Fixes #1107

---------

Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>
2024-05-10 17:27:13 -07:00
..
scoped_xml_ptr.h feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
xml_node.cc fix: escape media URLs in MPD (#1395) 2024-05-10 17:27:13 -07:00
xml_node.h fix: escape media URLs in MPD (#1395) 2024-05-10 17:27:13 -07:00
xml_node_unittest.cc feat: get start number from muxer and specify initial sequence number (#879) 2024-05-02 13:25:49 -07:00