How to create a .f4m manifest files to play .FLV files

I typically use .f4v files for my on demand playback media files, however I converted a .mov to a .flv file...  How do I create a .f4m and .m3u8 manifest file that plays .flv files?  Below is the code I normally use for the .f4m and .m3u8 files.  This works great with .f4v files.  I also included my player code.  What am I doing wrong?  The only difference is I'm using a .flv that I didn't use the f4vpp cleaner on..  That shouldn't give me the parse error I'm getting.
022714.f4m is the name of my .f4m Flash manifest file.  Below are the contents.
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
  <baseURL>http://IPaddress/hds-vod/</baseURL>
  <media href="02-27-14-640-480.f4v.f4m" bitrate="1000"/>
  <media href="02-27-14-320-240.f4v.f4m" bitrate="450"/>
  </manifest>
022714.m3u8 is the name of my HTML 5 manifest.  Below are the contents.
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1000000
http://IPaddress/hls-vod/02-27-14-640-480.f4v.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=450000
http://IPaddress/hls-vod/02-27-14-320-240.f4v.m3u8
Flash multi bit rate player
<object width="448" height="336">
<param value="http://IPADDRESS/strobeplayer/StrobeMediaPlayback.swf" name="movie">
<param value="src=http%3A%2F%2FIPADDRESS%2Fvod%2F022714.f4m&amp;streamType=recorded&amp;autoPlay =false" name="flashvars">
<param value="true" name="allowFullScreen">
<param value="always" name="allowscriptaccess">
<param value="direct" name="wmode"><embed src="http://216.37.94.194/strobeplayer/StrobeMediaPlayback.swf" type="application/x-shockwave-flash" flashvars="src=http%3A%2F%2FIPADDRESS%2Fvod%2F022714.f4m&amp;streamType=recorded&amp;auto Play=false" wmode="direct" allowfullscreen="true" allowscriptaccess="always" height="336" width="448"></object>
HTML5 player
<p style="text-align: center;"><a href="http://IPaddress/vod/022714.m3u8"><img alt="" src="/portals/0/Silver-Play-Button.jpg" style="width: 150px; height: 151px;" />

to create a file in appl server you have to use open dataset and close data set..
see the sample code
REPORT zanid_test MESSAGE-ID zz .
parameters:  FULLPATH(128) obligatory lower case
                      default 'E:\usr\sap\put\file.txt'.
*you change the appl sever path as per your config.
DATA : BEGIN OF list_asc OCCURS 0,
        msg(300) TYPE c,
       END OF list_asc.
start-of-selection.
*---populating data
list_asc-msg = 'abcdefghijkl'. "your sample data
append list_asc.
list_asc-msg = 'faagoaagiagig'. "your sample data
append list_asc.
OPEN DATASET fullpath FOR OUTPUT IN TEXT MODE.
LOOP AT LIST_ASC.
      TRANSFER  LIST_ASC-MSG TO fullpath.
      CLEAR LIST_ASC-MSG.
ENDLOOP.
CLOSE DATASET fullpath.
now if you go to appl server , you will find that file in that specified path..
to create a directory yu can go to transaction AL11 and click the 'konfigurieren'button, you then you can specify the directory attibutes to create a directory
and to load a file from your loacl pc to appl server you can use transaction CG3Y also, instead of the abap code.
plz rewrad points if it helps you.

Similar Messages

  • HOW TO CREATE SEVERAL folder for the generation and READING FILE

    HOW TO CREATE SEVERAL folder for the generation and READING FILE WITH THE COMMAND utl_File.
    please give an example to create 3 folders or directories ...
    I appreciate your attention ...
    Reynel Martinez Salazar

    I hope this link help you.
    [http://www.adp-gmbh.ch/ora/sql/create_directory.html]
    create or replace directory exp_dir as '/tmp';
    grant read, write on directory exp_dir to eygle;
    SQL> create or replace directory UTL_FILE_DIR as '/opt/oracle/utl_file';
    Directory created.
    SQL> declare
      2    fhandle utl_file.file_type;
      3  begin
      4    fhandle := utl_file.fopen('UTL_FILE_DIR', 'example.txt', 'w');
      5    utl_file.put_line(fhandle , 'eygle test write one');
      6    utl_file.put_line(fhandle , 'eygle test write two');
      7    utl_file.fclose(fhandle);
      8  end;
      9  /
    PL/SQL procedure successfully completed.
    SQL> !
    [oracle@jumper 9.2.0]$ more /opt/oracle/utl_file/example.txt
    eygle test write one
    eygle test write two
    [oracle@jumper 9.2.0]$
    SQL> declare
      2    fhandle   utl_file.file_type;
      3    fp_buffer varchar2(4000);
      4  begin
      5    fhandle := utl_file.fopen ('UTL_FILE_DIR','example.txt', 'R');
      6 
      7    utl_file.get_line (fhandle , fp_buffer );
      8    dbms_output.put_line(fp_buffer );
      9    utl_file.get_line (fhandle , fp_buffer );
    10    dbms_output.put_line(fp_buffer );
    11    utl_file.fclose(fhandle);
    12  end;
    13  /
    eygle test write one
    eygle test write two
    PL/SQL procedure successfully completed.
    SQL> select * from dba_directories;
    OWNER                          DIRECTORY_NAME                 DIRECTORY_PATH
    SYS                            UTL_FILE_DIR                   /opt/oracle/utl_file
    SYS                            BDUMP_DIR                      /opt/oracle/admin/conner/bdump
    SYS                            EXP_DIR                        /opt/oracle/utl_file
    SQL> drop directory exp_dir;
    Directory dropped
    SQL> select * from dba_directories;
    OWNER                          DIRECTORY_NAME                 DIRECTORY_PATH
    SYS                            UTL_FILE_DIR                   /opt/oracle/utl_file
    SYS                            BDUMP_DIR                      /opt/oracle/admin/conner/bdumpRegards salim.
    Edited by: Salim Chelabi on Apr 4, 2009 4:33 PM

  • How do I convert my iphone videos (.mov) to .flv files?

    How do I convert my iphone video (.mov) to .flv files?

    Or try to search in the App Store.
    I am using ifunia media-converter, the one that got from Mac App Store, successfully converted dvd and HD video for me, seems it support converting mov to flv.

  • C7: How to play .FLV files on Nokia C7

    Can I ask how do you play .FLV files on Nokia C7? I searched for FLV player in the Ovi Store and nothing is returned, whereas on Android Market loads of FLV players are available.

    I couldn't find an FLV player either. But you can download freemake video converter from internet. Its really a very good converter and I transfer my vids to C7 only after converting to C7 resolution because it makes the processor to do less work. If you transfer an HD vid directly to phone it will play fine but will cost u battery life. (more processor usage)

  • How to play flv files on n8 belle

    is there any trick or video player to play flv file on n8 belle

    @gudboy52
    Hopefully Belle Refresh should shortly be available to you.
    Happy to have helped forum with a Support Ratio = 42.5

  • Error in playing .flv files

    Hi,
    I'm new in FMS
    Recently, i create an application to record videos from my camera and recorded it
    But, when i tried to play it in an HTML, i met errors.
    The .flv jumps to the end when the progress is in the middle.And i tried to play in an .exe, it plays well.
    Could anyone help me to solve this problem? Is it the error from the .swf player in the HTML?
    Regards.

    Thank you for your reply. I have another question: If I had recorded a
    stream video using rtmp, should i play it using rtmp? Or http is also fine?
    Regards,
    zblhero1
    2011/3/8 Amit Kumar <[email protected]>
    Its very difficult to say where is the issue unless we know about test.swf,
    how it is subscribing to server to fetch the flv file. Is it possible for
    you to paste here some code for test.swf. Issue is probably in test.swf as
    it is playing fine with exe.
    >
    Regards,
    Amit
    >

  • Convert standard video files in to flv file at run time

    Hello All
    How can we convert standard video files in to flv file at run
    time like
    you tube and
    Google Video is there any
    script or tool to do this. This is urgent.
    I have one project in this project client requiring function
    like whatever standard video file he upload, it will be play in
    .flv formate
    Any help is appreciated
    Naved Ansari

    I think you need the Macromedia Flash Media Server to be able
    to do what you are asking. Flash 8 can with a Flash Video Encoder
    but it does not do it on the fly. There maybe other 3rd party
    servers that you can sign-up that allow you do this but if you are
    looking for your own solution you will need the FMS 2.0.
    Tim

  • I am trying to convert a .fla file to an .flv file, is there an easy way to achieve this.

    I made several movies using symbols and motion twens and now wish to save these as an flv to play in a web browser.
    Could someone please respond with an easy solution as I am just learning about this.
    Thankyou.

    Cheers for the head up, it worked, now I feel like a simpleton. I only saw the choice for doc.fla and thought it must be complicated.
    Kind Regards
    Andrew Whitehead
    [email protected]
    CONFIDENTIALITY - This email and any files transmitted with it, are confidential, are intended solely for the use of the individual or entity to whom they are addressed. If this has come to you in error, you must not copy, distribute, disclose or use any of the information it contains. Please notify the sender immediately and delete them from your system.
    SECURITY -All email is scanned with Kaspersky Internet Security 2010. Please be aware that communication by email, by its very nature, is not 100% secure
    VIRUSES - Although this email message has been scanned for the presence of computer viruses, the sender accepts no liability for any damage sustained as a result of a computer virus and it is the recipient’s responsibility to ensure that email is virus free.
    AUTHORITY - Any views or opinions expressed in this email are solely those of the sender.
    Date: Thu, 25 Feb 2010 11:48:11 -0700
    From: [email protected]
    To: [email protected]
    Subject: I am trying to convert a .fla file to an .flv file, is there an easy way to achieve this.
    No worries, that is very simple to do.
    Just click on File--> Save As and select your "File Type" and select as "Flv." 
    Let me know how it goes and if you have any questions regarding Flash, please feel free to ask me here or sending me an email.
    Hope this helps,
    Vicente Tulliano
    >

  • Nokia 5800 won't play flv files

    I've had my 5800 for about half a year. My Software version is V31.2.101 (this is the most up-to-date version I can have according to my Nokia Software Updater)
    For some reason when I try to play flv files (approx. 30-100mb), a completely white screen shows up with a "broken" flashplayer symbol in the upper left corner.
    What's wrong? How do I play flv files on my Nokia?
    I've read in lots of places before that the 5800 can play flv files straight out of the box. =/ mine can't
    btw, I can play mp4 files, but it's a pain because I have to convert the flv files first
    and I have Adobe Flash Lite 3.1 installed. (atleast that's what it says when I select a video and go to "Options" - "About application")

    As far as I was aware, the 5800 didn't play FLC - it certainly isn't listed here:
    http://www.forum.nokia.com/Devices/Device_specifications/5800_XpressMusic/
    However, even if it was possible, it may depend on the way the FLVs were encoded - things like the frame rate could cause playback incompatibilities.

  • Flash CS5 unable to play .FLV files on Macbook Pro

    I have a colleague who is trying to put together a Flash package for me  on her macbook pro.  It needs to play an flv file. She is unable to play  flv files on her computer either in Flash or using the Adobe Media  Player. I have no problem playing the same files on my macbook pro,  we're both running the latest OS and have version 1.8 of Adobe Media  Player.
    She went to the Adobe site to download the latest version of Adobe  Media Player, hoping that might include whatever component is missing on  her system. Because of Adobe's decision not to distribute AMP that  didn't help.  She has Flash Professional CS5 11.0.2 on her system.  When  she imports an flv video into a Flash project and tries to play it she  gets an error message saying it can't stream the video. Note that the  video is on her hard drive, it is NOT on the internet so no streaming  should be required.
    The actual error message is: "the video player is in the connection  error state. It enters this state when a video stream attempted to load  but was unsuccessful. There are two possible reasons for the error: no  connection to the server or the stream was not found."
    Since it's a file on her hard drive, and she has loaded the file  into the Adobe development environment successfully, the one thing we  know for certain is that neither of these reasons is correct. Something  is obviously missing on her system, what is it and what can we do to fix  it?

    I'm getting error too (Error #2044: Unhandled NetStatusEvent:. level=error, code=NetStream.Play.StreamNotFound). I'm getting this with CS5. This file was previously made in CS4 and never got this error.
    Everything (fla and flv too) is on external hard disk.
    As this work requires to be exported to mov, I've found out that everything needs to be on the mac (don't know for pc), like on desktop.
    So, let me wrap up disadvantages I got with Flash CS5:
    - TextField.embedFont makes the font disappear in CS5, so I can't use it, so I can't "play" with text in a comfortable way (in CS4, with embedFont = true, I was able to rotate and stuff). Now I have to make a bitmap out of it. It means 3 lines of code and a new variable, instead of just an easy one.
    - I have to rebuild my entire source path structure for AS classes, as my old one (that took me years of effort to be reasonable and used to work just fine in CS4).
    - I have to move stuff from my hard drive to the desktop, to make flv be played and to make a mov out of my animation.
    CS5 is making my job harder and making me lose a lot of time to find out errors that have no good reason to exist (it was not error. just "place CS5 doesn't like").

  • Flash Player 10.2.152.32 won't play FLV file

    I seem to be having similar problems to several others here.
    I am running Windows XP, SP3, 32 bit on Dell Pentium 4, 2Gigs of RAM, 3.0Gig HD.
    Since the March 8, 2011 update I have not been able to play FLV files.  Previous to the upgrade, I was able to play these same files.
    I have checked - Shockwave Flash Object (VS 8.0.24.0) is apparently installed and enabled, although it DOES NOT show up in the file list (that I can tell at least) in the System32/Macromedia folder.  It may be called something else perhaps?  These are the files that show as updated on March 8, 2011.
    Flash10n.ocx - Active X Control
    FlashInstall - text file
    FlashUtil10n_ActiveX - application
    FlashUtil10n_ActiveX.dll - application extension
    Files with previous dates are:
    flashplayer.xpt - XPT file, install - text document - dated Feb 17, 2010, NPSWF32.dll - dated Nov. 20, 2007, and NPSWF32_FlashUtil - also dated Nov. 20, 2007.
    I can play stuff from YouTube.  I am able to see the Flashy thing turn on the link you supplied to others here.
    My security is set to "Medium".  I have had NO virus issues, and run a VERY tight anti-virus protocol with AVG, AdAware and SpyBot all active, updated either daily (automatically) or weekly (manually).
    Should I uninstall and then re-install, so the SFO will be included, or is there a way to retrieve the (apparently) missing Shockwave Flash Object file on its own?  This issue has now taken up my entire evening, and I am ready to PERMANENTLY delete Flash from my life!
    Thanks,

    Hi, you don't need to scream at me. I've been on the Forum 12 hours today and 12 hours yesterday helping users with their problems. This past week I had over 1,000 email notifications in my email account and 90% were from the Flash Player Forum.
    And this:Let's try again..........arrrrrrrghhhhhhhhhhhh!!!!
    Please don't insult me and act like I don't know what I'm doing or talking about.
    The Shockwave Flash Object is not supposed to be in the System32 ...Flash file location. It is never there. It is always in the addons of the browser, it must be since it is the Flash Player Control. Without it and without it being the correct version(which yours is not) Flash Player cannot work! I repeat, Flash Player is a browser plugin and works thru the browser.
    The fact that you have a 32bit OS doesn't tell me anything about what browsers you use. I have a 32bit OS, but I use IE6 on one and the other PC I use IE8.
    I know you checked some of my posts, I'm not so dumb that I don't recognize my own writing.
    Yes, you need to Uninstall and Install again, that is the only way you are going to have the correct SFO Installed.
    If you'd tone it down some, I may give you the best way to do that in order to be successful in that.
    However, it won't be tonight. Maybe you'll be in a better mood tomorrow.
    Regards,
    eidnolb

  • I have backed up my iPad  using iTunes to windows 8 Lenora laptop but I could not find my files and play video files  in my laptop.

    I have backed up my iPad  using iTunes to windows 8 Lenora laptop but I could not find my files and play video files  in my laptop

    You cannot access files in the backup on your computer.
    Do you mean that you synced with iTunes and transferred your purchased videos and app documents? If that is what you mean, what videos are you talking about? If they are videos that you took with the iPad, they do not sync to iTunes. What files?
    What exactly are you trying to do? Details please.

  • Crystal report ( how to create a hyper link for the crystal report file)

    hello all,
    how to create a hyperlink for my report file....nd i want it open in excel format.

    Hello Uher,
    sorry for the insufficient details,
    actually we are calling some actuate reports from actuate server, and the URL looks like this
    "https://iconsole.xxx.com/iconsole/viewer/viewreport.jsp?
    outputFileType=XLSX&fromwhere=viewDocument&outputName=
    /filelocation/ReportOutputs/Reportname.xlsx&serverurl
    =http://xx.xxx.com:8010&volume=xxx&userid=xxx&password=xxx"
    which would generate an excel output,
    my question is, can we have some url in which we would specify the output format, as far my research i found  URL reporting
    some thing like this
    "http://" + servername +
    ":8080/OpenDocument/opendoc/openDocument.jsp?outputfiletype=xlsx/
    filelocation/userlogondetails
    but my client needs an excel output, with out going through any web page or viewer controls and generating buttons.
    Thank you

  • How to create a Web Dynpro Project from Downloaded zip file?

    Hi,
    I have been working in Java Web Dynpro for last 1 month but not able
    to create any Web Dynpro from Downloaded zip file?
    Can anybody tell me how to create a Java Web Dynpro Project from
    Donloaded zip code?
    Regards
    Kaushik Banerjee

    Hi Kaushik,
    You can add the existing zip file into your workspace by the following way -
    First open the NWDS and create a new project by clicking file -> new -> Project -> Simple -> Project
    and then File -> Import -> zipfile and then browse the zip file into the newly created project.
    or else you can also unzip the zip file into a folder and then Use the option of Import an exisitng project into workspace. You can find this in the File-> import -> Existing project into workspace. and then use the Browse option to browse to the existing folder.
    After importing the project you need to rebuild the project
    Regards,
    Raju Bonagiri.

  • How to create a database in 11g via a bat file

    Hi
    I have had a look around the internet, but I am unable to locate a good example of how to create a database/instance in 11g via a bat file. Can anyone advise me how to do this and what other things do I need to make it work via a bat file?
    Thanks

    user633278 wrote:
    Let me say this - I have taken over from someone who has left a development database which developers want to use asap in a poor state and no documentation. It is only when I started looking at the database that I discovered these problems. At the same time a developer wants a script which they he run to drop and recreate a database - it only needs to be minimal - small database, a few tables and stored procedures.OUI uses RMAN restore to produce starter DB & does not CREATE DATABASE from scratch.
    It takes hours to run CATPROC & such after 100% totally empty results from CREATE DATABASE command

Maybe you are looking for

  • Can iTunes show albums just once in list of albums?

    For illustration purposes: If I have just one album in my library by a single artist: In Album grid view, I'd see one album cover as expected. If you double click the cover you'd see the list of songs in that album - all as expected. If you click lis

  • Purchasing Queries/Reports in SAP BW

    Hi, Could you please updated me with the delivered Business Content version of Queries and cube on Purchasing in BW Thanks

  • Sun One 6.0 SP3 with JDK1.3.1_08 on Solaris crashing.

    Hi, We are using Sun One 6.0 SP3 with JDK 1.3.1_08 on Solaris 2.8. We are seeing these error messages in the log file. [11/Sep/2003:17:41:16] catastrophe ( 436): Server crash detected (signal SIGSEGV) [11/Sep/2003:17:41:16] info ( 436): Crash occurre

  • Where I find the forms created in sap?

    Hi, Someone may help me? I need to know where are the names of the forms created by me. I can see them by transaction SE71 but I don't know where are the total list of them. Thanks , Maria C.

  • Memory Leak for Graphics2D.drawString?

    Hi, all!! I am a Java Programmer who is experienced in Swing application on a windows platform. I have developed a code snipplet to print out to use Graphics2D.drawString method. Then, I have encountered the performance degrade that the number of obj