I am using wowza.
My question: output file "m3u8", "ts" extensions.
How to change output "mtv.m3u8" file to "mtv.json" "mtv-123122313.ts" file to "mtv-123122313.js" ?
For example:
mtv.json
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1797
#EXT-X-TARGETDURATION:5
#EXTINF:5.000,
mtv-1610887534362.js
#EXTINF:5.000,
mtv-1610887539364.js
#EXTINF:5.000,
mtv-1610887544374.js
i want to show my output ts file like mtv-1610887544374.js
in some site i saw same extensions but i cant do same. i think its possible. but how? anyone know about this something?
+ Reply to Thread
Results 1 to 7 of 7
Thread
-
-
Unless I am missing something, you have a couple of issues:
1. M3u8 is a metadata format, and so can be json, but m3u8 uses explicit tags which may not natively translate to json attributes, or if they can translate, may not be understood by a player
2. TS is an mpeg transport stream (multiplexed audio+video), while js is JavaScript code. They are not even close to the same thing. That is like saying I want to convert my layer cake to a motorcycle.
Scott -
It is my opinion that the OP wishes obfuscation and not functionality. The user, in my opinion, wishes to change the words, ala copy/replace
change the word m3u8 to json
change the word ts to js
This is a vain attemp to prevent copying. -
Just change the extensions manually such as renaming the file but only renaming the extension.
I think,therefore i am a hamster.
Similar Threads
-
"code":400,"error":true,"message" on http://getwvkeys.cc
By johnsonkiss in forum Video Streaming DownloadingReplies: 14Last Post: 25th Jul 2024, 22:45 -
Can "hunting" Comcast Motorola DVR be put in "playback only" mode?
By Jimw338 in forum Newbie / General discussionsReplies: 3Last Post: 14th Mar 2021, 13:48 -
Will a JVC VCR "Stop" Playback if the video is "too grainy" or degraded?
By timepassenger in forum Capturing and VCRReplies: 8Last Post: 2nd May 2020, 08:17 -
Why x264 "placebo" preset produce bigger file than "very slow"?
By aleaksunder in forum Video ConversionReplies: 21Last Post: 2nd Mar 2019, 08:25 -
Can the "smoothness" or "blurred" look of x265 encodes be controlled?
By MishaPrada in forum Video ConversionReplies: 11Last Post: 26th Aug 2018, 02:29