Thread: .smil files
View Single Post
  #1  
Old 08-11-2015, 08:03 PM
sjackson1983 sjackson1983 is offline
Junior Member
 
Join Date: Jul 2015
Posts: 5
sjackson1983 is on a distinguished road
Default

.smil files


I'm trying to record some streaming files which happen to be in .smil files. The main page with the video(s) is here:

Code:
http://www.centrictv.com/videos/whats-good/entertainment/2015/woman-jill-scott-live-full-show.html
I was able to find the 6 .smil files and save them before my computer crashed and gave me the blue screen of death, but now I can't manage to find the links to the .smil files again

When I open the .smil files in notepad I'm given the following

Code:
<?xml version="1.0" encoding="UTF-8"?>

<smil>
    <head><meta base="rtmp://cp14305.edgefcs.net/ondemand"/>
    </head>
    <body>
        <switch>
            <video src="mp4:14305/videohub/centric/2015/full-episodes/betcom_ctta1158hd_act1_cc_448x252_450.mp4"  system-bitrate="450000"/>
            <video src="mp4:14305/videohub/centric/2015/full-episodes/betcom_ctta1158hd_act1_cc_624x352_800.mp4"  system-bitrate="800000"/>
            <video src="mp4:14305/videohub/centric/2015/full-episodes/betcom_ctta1158hd_act1_cc_640x360_1200.mp4"  system-bitrate="1200000"/>
            <video src="mp4:14305/videohub/centric/2015/full-episodes/betcom_ctta1158hd_act1_cc_640x360_1800.mp4"  system-bitrate="1800000"/>
            <video src="mp4:14305/videohub/centric/2015/full-episodes/betcom_ctta1158hd_act1_cc_1280x720_2600.mp4"  system-bitrate="2600000"/>
        </switch>
    </body>
</smil>
I can't figure out how to get the full download link for the mp4 files. Any help would be greatly appreciated.
Reply With Quote