Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #463632

Re: can someone test an OGG video on linux?

From Snit <usenet@gallopinginsanity.com>
Newsgroups comp.os.linux.advocacy
Subject Re: can someone test an OGG video on linux?
Date 2018-08-17 13:04 -0700
Message-ID <ftoo2oF58ahU3@mid.individual.net> (permalink)
References (3 earlier) <zsAdD.158023$Nx7.37099@fx31.iad> <bh3au9.nta.17.1@news.alt.net> <3UCdD.126508$O06.23244@fx01.iad> <bh3skk.vu0.17.1@news.alt.net> <8a1e0b76-2612-495e-947b-8b3ee52a8c4b@googlegroups.com>

Show all headers | View raw


On 8/17/18 12:30 PM, Steve Carroll wrote:
> On Friday, August 17, 2018 at 12:19:16 PM UTC-7, dale wrote:
>> On 8/17/2018 12:40 PM, Mark Lloyd wrote:
>>> On 08/17/2018 09:17 AM, dale wrote:
>>>
>>> [snip]
>>>
>>>> the code checks MP4 first, then OGG before it throws a message
>>>>
>>>>               <video controls>
>>>>                   <source
>>>> src="https://www.dalekelly.org/images/Capture_20161219_2.mp4"
>>>> type="video/mp4">
>>>>                   <source
>>>> src="https://www.dalekelly.org/images/Capture_20161219_2.ogg"
>>>> type="video/ogg">
>>>>                   Your browser does not support the MP4 or OGG video tags.
>>>>               </video>
>>>>
>>>
>>> There was a bug in an older browser (was it an iPhone?) what caused it
>>> to check only the first <SOURCE>, and this browser required MP4. For
>>> this reason, a lot of web pages have MP4 first. This doesn't seem to
>>> cause a problem. On a browser that doesn't recognize MP4, it should fall
>>> through properly.
>>>
>>> I see you have included the TYPE attribute of source. It's even better
>>> to include codecs. This is an example of what I have:
>>>
>>> <VIDEO HEIGHT="240" WIDTH="320" CONTROLS>
>>>     <SOURCE SRC="/video/xmas2008.mp4" TYPE='video/mp4;
>>> codecs="avc1.4D401E, mp4a.40.2"' />
>>>     <SOURCE SRC="/video/xmas2008.webm" TYPE='video/webm;
>>> codecs="vp8,vorbis"' />
>>>     <SOURCE SRC="/video/xmas2008.ogg" TYPE='video/ogg;
>>> codecs="theora,vorbis"' />
>>> </VIDEO>
>>>
>>> The codecs listed here seem to work with the standard video formats
>>> (although not with a misnamed MP4).
>>>
>>
>> Thanks ! Will give it a try. My size is handled in a style in the header
>> of the page I use it in
>>
>> <style>
>>
>> 	video {
>>
>>       		max-width: 100%;
>>
>>       		height: auto;
>>
>> 	}
>>
>> </style>
>>
>> this way the size moves as the size of the browser moves
>>
>> -- 
>> dale - https://www.dalekelly.org/
>> Not a professional opinion unless specified.
> 
> 
> 
> Jesus Christ can't get anything else to work, either.
> 
> Now that nobody is speaking to Jesus Christ, he's making it sound like he's gotten what he wants -- when in fact, people are just finally wisening up to his crap. And given how regularly it is clear that Jesus Christ's .sig file is some misquote of a quote F. Russell made which had been a beating on Jesus Christ for something he did which was ill-considered/false/etc... its really a regular sign of Jesus Christ's continuing unease for having been so often pwned.
> 

Earlier today, Carroll, you accused me of lying about your flood bot 
posts. Why not quote the lie you say I told about them?

-- 
Personal attacks from those who troll show their own insecurity. They 
cannot use reason to show the message to be wrong so they try to feel 
somehow superior by attacking the messenger.

They cling to their attacks and ignore the message time and time again.

<https://youtu.be/H4NW-Cqh308>

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 06:18 -0400
  Re: can someone test an OGG video on linux? Melzzzzz <Melzzzzz@zzzzz.com> - 2018-08-17 10:31 +0000
    Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 04:11 -0700
    Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 09:45 -0400
      Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:03 -0700
  Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 03:40 -0700
  Re: can someone test an OGG video on linux? "Carlos E.R." <robin_listas@es.invalid> - 2018-08-17 13:17 +0200
    Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 09:44 -0400
      Re: can someone test an OGG video on linux? Sam E <why.should.this@be.email.invalid> - 2018-08-17 11:22 -0500
        Re: can someone test an OGG video on linux? "Carlos E.R." <robin_listas@es.invalid> - 2018-08-18 01:13 +0200
          Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 16:39 -0700
            Re: can someone test an OGG video on linux? Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:22 -0700
              Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 17:42 -0700
    Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:09 -0500
  Re: can someone test an OGG video on linux? Andrzej Matuch <a.m@vt.ca> - 2018-08-17 13:29 +0000
    Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 06:32 -0700
    Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 09:40 -0400
      Re: can someone test an OGG video on linux? Andrzej Matuch <a.m@vt.ca> - 2018-08-17 13:54 +0000
        Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 10:17 -0400
          Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:34 -0700
          Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:49 -0700
          Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:40 -0500
            Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 15:19 -0400
              Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 12:30 -0700
                Re: can someone test an OGG video on linux? Snit <usenet@gallopinginsanity.com> - 2018-08-17 13:04 -0700
              Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 17:28 -0500
                Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 15:37 -0700
                Re: can someone test an OGG video on linux? Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:22 -0700
                Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 19:57 -0400
          Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 14:27 -0400
          Maybe SOLVED dale <dale@dalekelly.org> - 2018-08-17 15:02 -0400
            Re: Maybe SOLVED Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 12:15 -0700
              Re: Maybe SOLVED Snit <usenet@gallopinginsanity.com> - 2018-08-17 13:04 -0700
            Re: Maybe SOLVED Paul <nospam@needed.invalid> - 2018-08-17 17:23 -0400
              Re: Maybe SOLVED dale <dale@dalekelly.org> - 2018-08-17 18:17 -0400
              Re: Maybe SOLVED Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 15:21 -0700
                Re: Maybe SOLVED Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:23 -0700
            Re: Maybe SOLVED Mark Lloyd <not@mail.invalid> - 2018-08-17 17:30 -0500
              Re: Maybe SOLVED dale <dale@dalekelly.org> - 2018-08-17 19:54 -0400
                Re: Maybe SOLVED Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 16:55 -0700
                Re: Maybe SOLVED Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:22 -0700
        can someone test an OGG video on linux? Simon bar Sinister <john.h.gohde@gmail.com> - 2018-08-17 07:29 -0700
          Re: can someone test an OGG video on linux? Andrzej Matuch <a.m@vt.ca> - 2018-08-17 16:09 +0000
            Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 09:37 -0700
        Re: can someone test an OGG video on linux? notX <no.email@dummy.invalid> - 2018-08-17 11:25 -0500
      Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:18 -0700
  Re: can someone test an OGG video on linux? Paul <nospam@needed.invalid> - 2018-08-17 11:24 -0400
    Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:48 -0500
  Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 10:52 -0500
  Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:21 -0500

csiph-web