From webmaster at jeuxvideo.com Thu Aug 10 04:18:36 2006 From: webmaster at jeuxvideo.com (Jerome Stolfo) Date: Thu, 10 Aug 2006 10:18:36 +0200 Subject: [FLVTool2-users] Progress bar not appearing after using flvtool2 Message-ID: <44DAEBDC.4080306@jeuxvideo.com> Hi, I tried inserting metadata with flvtool2 in my flash files, but it doesn't seem to work, I still never have a progress bar in vlc, or in a flash player. It works when I use flvmdi on windows on another computer, but I need this to run on linux :-( I'm using the svn version of flvtool2 under linux, and the flash files were encoded using ffmpeg. The command I used is "flvtool2 -UP myfile.flv", is it right? Thanks for your help, Stoub From amasso at ondemandsi.com Fri Aug 11 09:39:10 2006 From: amasso at ondemandsi.com (amasso at ondemandsi.com) Date: Fri, 11 Aug 2006 15:39:10 +0200 Subject: [FLVTool2-users] Audio only FLV files Message-ID: <20060811133915.BF4755240A42@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060811/4c9b729e/attachment.html From joriswitteman at thisison.com Wed Aug 16 04:47:20 2006 From: joriswitteman at thisison.com (Joris Witteman) Date: Wed, 16 Aug 2006 10:47:20 +0200 Subject: [FLVTool2-users] >10 MB files & On2 encoding Message-ID: Hi, I've been using phpstream* in conjunction with flvtool2 to stream FLV files in Flash 8. However, only files under about 10 MB (haven't been able to determine an exact limit) seem to be able to seek back and forth in the timeline. Bigger files act like FLVs without metadata and phpstream fails to perform the seek. Is there a known cause for this? Or should I look into phpstream further? Also, I have never been able to inject metadata into files encoded as On2 (Flash 8). Is this a known limitation of flvtool2? Trying to add metadata to an On2-FLV, I get: $ flvtool2 -U test-On2.flv ERROR: undefined method `[]' for nil:NilClass ERROR: /usr/lib/ruby/site_ruby/1.8/flv/stream.rb:138:in `add_meta_tag' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:184:in `add_meta_data_tag' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:137:in `update' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `send' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `execute!' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `each' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `execute!' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in `process_files' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `each' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `process_files' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in `execute!' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:168:in `execute!' ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:228 ERROR: /usr/bin/flvtool2:2:in `require' ERROR: /usr/bin/flvtool2:2 TIA for any hints you can give me on either issue. JW The information contained in this e-mail and in any attachments is intended solely for the attention and use of the named addressee(s) and may be confidential. The use of this information by others than the named addressee(s) is not allowed. Moreover, it is not allowed to disclose copy or distribute this information. ON B.V. is neither liable for the proper and complete transmission of the information contained in this e-mail, nor for any delay in its receipt. ON B.V. is registered at the trade register in Amsterdam, The Netherlands under no. 34219822. The general terms and conditions of ON B.V. are applicable to all agreements ON B.V. is a party to. The general terms and conditions of ON B.V., inter alia, include a liability limitation and are filed at the Chamber of Commerce in Amsterdam, The Netherlands. The relevant general terms and conditions of ON B.V. will be sent to you at your request and these general terms and conditions can also be found at our website www.thisison.com. The applicability of any general terms and conditions other than the general terms and conditions of ON B.V. is explicitly renounced. From oszkar.nagy at gmail.com Wed Aug 16 04:56:40 2006 From: oszkar.nagy at gmail.com (Oszkar Nagy) Date: Wed, 16 Aug 2006 09:56:40 +0100 Subject: [FLVTool2-users] >10 MB files & On2 encoding In-Reply-To: References: Message-ID: Hi! I don't know phpstream and never tried the On2 video with flvtool2, but I am able to inject metadata in FLVs bigger than 100MB and be able to do seek in it (in actionscript). Hope this helps, Oszkar On 16 Aug 2006, at 09:47, Joris Witteman wrote: > Hi, > > I've been using phpstream* in conjunction with flvtool2 to stream > FLV files in Flash 8. However, only files under about 10 MB > (haven't been able to determine an exact limit) seem to be able > to seek back and forth in the timeline. Bigger files act like FLVs > without metadata and phpstream fails to perform the seek. > > Is there a known cause for this? Or should I look into phpstream > further? > > Also, I have never been able to inject metadata into files encoded > as On2 (Flash 8). Is this a known limitation of flvtool2? > > Trying to add metadata to an On2-FLV, I get: > $ flvtool2 -U test-On2.flv > ERROR: undefined method `[]' for nil:NilClass > ERROR: /usr/lib/ruby/site_ruby/1.8/flv/stream.rb:138:in `add_meta_tag' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:184:in > `add_meta_data_tag' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:137:in `update' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `send' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `execute!' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `each' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `execute!' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in > `process_files' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `each' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in > `process_files' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in `execute!' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:168:in `execute!' > ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:228 > ERROR: /usr/bin/flvtool2:2:in `require' > ERROR: /usr/bin/flvtool2:2 > > TIA for any hints you can give me on either issue. > > > JW > > > > The information contained in this e-mail and in any attachments is > intended solely for the attention and use of the named addressee(s) > and may be confidential. The use of this information by others than > the named addressee(s) is not allowed. Moreover, it is not allowed > to disclose copy or distribute this information. ON B.V. is neither > liable for the proper and complete transmission of the information > contained in this e-mail, nor for any delay in its receipt. > > > > ON B.V. is registered at the trade register in Amsterdam, The > Netherlands under no. 34219822. The general terms and conditions of > ON B.V. are applicable to all agreements ON B.V. is a party to. The > general terms and conditions of ON B.V., inter alia, include a > liability limitation and are filed at the Chamber of Commerce in > Amsterdam, The Netherlands. The relevant general terms and > conditions of ON B.V. will be sent to you at your request and these > general terms and conditions can also be found at our website > www.thisison.com. The applicability of any general terms and > conditions other than the general terms and conditions of ON B.V. > is explicitly renounced. > > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users From erixtekila at gmail.com Wed Aug 16 10:38:42 2006 From: erixtekila at gmail.com (erixtekila) Date: Wed, 16 Aug 2006 16:38:42 +0200 Subject: [FLVTool2-users] >10 MB files & On2 encoding In-Reply-To: References: Message-ID: <8e663354012b1c32893b0f60f1ea1805@gmail.com> I think phpstream refers to a technic to cut flv on demand with the help of metadata inserted by flvtool2. FYI, I succeed in using flvtool2 with flmix exp?rted files encoded with vp6 codec. The file was 22 Mbytes and all the metadatas where correctly inerted. Your issue should be something else ?! Why flvtool2 produces an error on analyzing the flv file ? ----------- erixtekila http://blog.v-i-a.net/ Le 16 ao?t 06, ? 10:56, Oszkar Nagy a ?crit : > Hi! > > I don't know phpstream and never tried the On2 video with flvtool2, > but I am able to inject metadata in FLVs bigger than 100MB and be > able to do seek in it (in actionscript). > > Hope this helps, > Oszkar > > > On 16 Aug 2006, at 09:47, Joris Witteman wrote: > >> Hi, >> >> I've been using phpstream* in conjunction with flvtool2 to stream >> FLV files in Flash 8. However, only files under about 10 MB >> (haven't been able to determine an exact limit) seem to be able >> to seek back and forth in the timeline. Bigger files act like FLVs >> without metadata and phpstream fails to perform the seek. >> >> Is there a known cause for this? Or should I look into phpstream >> further? >> >> Also, I have never been able to inject metadata into files encoded >> as On2 (Flash 8). Is this a known limitation of flvtool2? >> >> Trying to add metadata to an On2-FLV, I get: >> $ flvtool2 -U test-On2.flv >> ERROR: undefined method `[]' for nil:NilClass >> ERROR: /usr/lib/ruby/site_ruby/1.8/flv/stream.rb:138:in `add_meta_tag' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:184:in >> `add_meta_data_tag' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:137:in `update' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `send' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:47:in `execute!' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `each' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:46:in `execute!' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in >> `process_files' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `each' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in >> `process_files' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in `execute!' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:168:in `execute!' >> ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:228 >> ERROR: /usr/bin/flvtool2:2:in `require' >> ERROR: /usr/bin/flvtool2:2 >> >> TIA for any hints you can give me on either issue. >> >> >> JW >> >> >> >> The information contained in this e-mail and in any attachments is >> intended solely for the attention and use of the named addressee(s) >> and may be confidential. The use of this information by others than >> the named addressee(s) is not allowed. Moreover, it is not allowed >> to disclose copy or distribute this information. ON B.V. is neither >> liable for the proper and complete transmission of the information >> contained in this e-mail, nor for any delay in its receipt. >> >> >> >> ON B.V. is registered at the trade register in Amsterdam, The >> Netherlands under no. 34219822. The general terms and conditions of >> ON B.V. are applicable to all agreements ON B.V. is a party to. The >> general terms and conditions of ON B.V., inter alia, include a >> liability limitation and are filed at the Chamber of Commerce in >> Amsterdam, The Netherlands. The relevant general terms and >> conditions of ON B.V. will be sent to you at your request and these >> general terms and conditions can also be found at our website >> www.thisison.com. The applicability of any general terms and >> conditions other than the general terms and conditions of ON B.V. >> is explicitly renounced. >