aggregate icon indicating copy to clipboard operation
aggregate copied to clipboard

ODK Aggregate Doesn't play video files in Google Chrome and Safari

Open getodk-bot opened this issue 7 years ago • 12 comments

Issue by julesverne1 Tuesday May 03, 2016 at 13:27 GMT Originally opened as https://github.com/opendatakit/opendatakit/issues/1221 (5 comment(s))


Hello,

ODK Aggregate only play the video files via Firefox. It would be amazing to solve this issue as (in my case) the map viewers might use different platforms than the Firefox.

Thank you for this amazing tool.

getodk-bot avatar Aug 12 '17 02:08 getodk-bot

Comment by mitchellsundt Monday May 16, 2016 at 19:38 GMT


This may be a lack of codecs or a difference in the treatment of HTML tags that we use to provide the video links across the various browsers.

getodk-bot avatar Aug 12 '17 02:08 getodk-bot

Comment by julesverne1 Tuesday May 17, 2016 at 09:48 GMT


Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected] wrote:

This may be a lack of codecs or a difference in the treatment of HTML tags that we use to provide the video links across the various browsers.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219524538

getodk-bot avatar Aug 12 '17 02:08 getodk-bot

Comment by mitchellsundt Tuesday May 17, 2016 at 16:41 GMT


sorry, no. This is a low priority for us at this time.

What is the file type (extension) of your video files?

Different browsers only support some video formats.

https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats

In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc https://chromium.googlesource.com/chromium/src/+/master/net/base/mime_util.cc ): mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav . You might be able to work around this by changing the default file type produced by your device's camera (e.g., mp4 vs 3gpp or wav).

On Tue, May 17, 2016 at 2:48 AM, julesverne1 [email protected] wrote:

Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected] wrote:

This may be a lack of codecs or a difference in the treatment of HTML tags that we use to provide the video links across the various browsers.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219524538

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219670535

Mitch Sundt Software Engineer University of Washington [email protected]

getodk-bot avatar Aug 12 '17 02:08 getodk-bot

Comment by julesverne1 Monday May 23, 2016 at 11:11 GMT


My file type is mp4. (and this doesnt explain why one out of seven video is playing but not the rest. It's really weird)

And in my mapping project I will ask many different people (with different skills and command on Android phone) to submit videos so unfortunately I cant ask everyone to change the file types.

This is unfortunate for me but thank you for your interest and effort for trying to come up with solutions.

Have a great day.

On Tue, May 17, 2016 at 6:41 PM, Mitch Sundt [email protected] wrote:

sorry, no. This is a low priority for us at this time.

What is the file type (extension) of your video files?

Different browsers only support some video formats.

https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats

In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc < https://chromium.googlesource.com/chromium/src/+/master/net/base/mime_util.cc

): mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav . You might be able to work around this by changing the default file type produced by your device's camera (e.g., mp4 vs 3gpp or wav).

On Tue, May 17, 2016 at 2:48 AM, julesverne1 [email protected] wrote:

Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected] wrote:

This may be a lack of codecs or a difference in the treatment of HTML tags that we use to provide the video links across the various browsers.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub <

https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219524538

— You are receiving this because you commented. Reply to this email directly or view it on GitHub < https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219670535

Mitch Sundt Software Engineer University of Washington [email protected]

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219778163

getodk-bot avatar Aug 12 '17 02:08 getodk-bot

Comment by mitchellsundt Monday May 23, 2016 at 16:56 GMT


Thanks. mp4 is already supported in the submission flow. I was hoping your device was using a newer encoding format that we didn't yet explicitly support.

On Mon, May 23, 2016 at 4:11 AM, julesverne1 [email protected] wrote:

My file type is mp4. (and this doesnt explain why one out of seven video is playing but not the rest. It's really weird)

And in my mapping project I will ask many different people (with different skills and command on Android phone) to submit videos so unfortunately I cant ask everyone to change the file types.

This is unfortunate for me but thank you for your interest and effort for trying to come up with solutions.

Have a great day.

On Tue, May 17, 2016 at 6:41 PM, Mitch Sundt [email protected] wrote:

sorry, no. This is a low priority for us at this time.

What is the file type (extension) of your video files?

Different browsers only support some video formats.

https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats

In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc <

https://chromium.googlesource.com/chromium/src/+/master/net/base/mime_util.cc

): mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav . You might be able to work around this by changing the default file type produced by your device's camera (e.g., mp4 vs 3gpp or wav).

On Tue, May 17, 2016 at 2:48 AM, julesverne1 [email protected] wrote:

Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt <[email protected]

wrote:

This may be a lack of codecs or a difference in the treatment of HTML tags that we use to provide the video links across the various browsers.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub <

https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219524538

— You are receiving this because you commented. Reply to this email directly or view it on GitHub <

https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219670535

Mitch Sundt Software Engineer University of Washington [email protected]

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219778163

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-220951926

Mitch Sundt Software Engineer University of Washington [email protected]

getodk-bot avatar Aug 12 '17 02:08 getodk-bot

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:

[email protected] Domain beorse.net has exceeded the max emails per hour (274/250 (109%)) allowed. Message will be reattempted later

------- This is a copy of the message, including all the headers. ------ Received: from github-smtp2-ext7.iad.github.net ([192.30.252.198]:36679 helo=github-smtp2a-ext-cp1-prd.iad.github.net) by hp159.hostpapa.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from [email protected]) id 1dgMCf-000eaP-OF for [email protected]; Fri, 11 Aug 2017 22:31:05 -0400 Date: Fri, 11 Aug 2017 19:30:26 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1502505026; bh=5yoi2emCtzRwleLFPY6artHO5SgsXoqQDJO9ZgYaAmU=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=yFZ0qiAeedLSM0WwTjpsClecSVakWw/9bkIXcQscqqG9Kx6mjwKEV//lR9b37UzUT NJRdemcpwGeKJ9wD7o4bODtt75H/wUOf5Q4bphOl89R0/J7bw2XOR+StL+dvvbNZ3w WegVsY2ZWkckX+vDdxlx24meBj6VtKxO9rHkGeto= From: Open Data Kit [email protected] Reply-To: opendatakit/aggregate [email protected] To: opendatakit/aggregate [email protected] Cc: Subscribed [email protected] Message-ID: opendatakit/aggregate/issues/[email protected] Subject: [opendatakit/aggregate] ODK Aggregate Doesn't play video files in Google Chrome and Safari (#78) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_598e684222e53_34b43fd01df59c2c53366"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: opendatakit-bot X-GitHub-Recipient: jbeorse X-GitHub-Reason: subscribed List-ID: opendatakit/aggregate <aggregate.opendatakit.github.com> List-Archive: https://github.com/opendatakit/aggregate List-Post: mailto:[email protected] List-Unsubscribe: mailto:unsub+000519afad44722ce4e89336bf4ed0f69d5c51e85f230e8d92cf0000000115a62a4292a169ce0ee3627f@reply.github.com, https://github.com/notifications/unsubscribe/AAUZr0SV1Ufz69s1ccfSKuXNKNWOwuZxks5sXQ5CgaJpZM4O1SQ5 X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: [email protected]

----==_mimepart_598e684222e53_34b43fd01df59c2c53366 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit

Issue by julesverne1 Tuesday May 03, 2016 at 13:27 GMT Originally opened as https://github.com/opendatakit/opendatakit/issues/1221 (5 comment(s))


Hello,

ODK Aggregate only play the video files via Firefox. It would be amazing to solve this issue as (in my case) the map viewers might use different platforms than the Firefox.

Thank you for this amazing tool.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opendatakit/aggregate/issues/78 ----==_mimepart_598e684222e53_34b43fd01df59c2c53366 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Issue by julesverne1
Tuesday May 03, 2016 at 13:27 GMT
Originally opened as opendatakit/opendatakit#1221 (5 comment(s))


Hello,

ODK Aggregate only play the video files via Firefox. It would be amazing to solve this issue as (in my case) the map viewers might use different platforms than the Firefox.

Thank you for this amazing tool.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_598e684222e53_34b43fd01df59c2c53366--

jbeorse avatar Aug 12 '17 02:08 jbeorse

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:

[email protected] Domain beorse.net has exceeded the max emails per hour (278/250 (111%)) allowed. Message will be reattempted later

------- This is a copy of the message, including all the headers. ------ Received: from o7.sgmail.github.com ([167.89.101.198]:27705) by hp159.hostpapa.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89) (envelope-from [email protected]) id 1dgMCk-000ebM-EN for [email protected]; Fri, 11 Aug 2017 22:31:10 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=wgCJ/oBVnos8XtIix1hOl6OBGW0=; b=KJqbwc6XI4dwJHhL 8huBm/ZAhYUo+BI7ssD/X46foxCypghwwugSjCPQEHylPnm3TB4rTdkvS8HCgpuu harEbcO/aDQODE9zU3VUe0EaU4Lh7VKXpW6tKt+43ccR2Yfn1K9TeRaygZ6QKIP1 3NRcEMCG/U5e5fxx7/YM17R27yA= Received: by filter0533p1mdw1.sendgrid.net with SMTP id filter0533p1mdw1-7385-598E6844-32 2017-08-12 02:30:28.288285327 +0000 UTC Received: from github-smtp2a-ext-cp1-prd.iad.github.net (github-smtp2a-ext-cp1-prd.iad.github.net [192.30.253.16]) by ismtpd0040p1mdw1.sendgrid.net (SG) with ESMTP id SBgAJhidTJezEcCB7GvTEQ for [email protected]; Sat, 12 Aug 2017 02:30:28.247 +0000 (UTC) Date: Sat, 12 Aug 2017 02:30:28 +0000 (UTC) From: Open Data Kit [email protected] Reply-To: opendatakit/aggregate [email protected] To: opendatakit/aggregate [email protected] Cc: Subscribed [email protected] Message-ID: opendatakit/aggregate/issues/78/[email protected] In-Reply-To: opendatakit/aggregate/issues/[email protected] References: opendatakit/aggregate/issues/[email protected] Subject: Re: [opendatakit/aggregate] ODK Aggregate Doesn't play video files in Google Chrome and Safari (#78) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_598e6843ecdec_45e93f8fdce77c2c150892"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: opendatakit-bot X-GitHub-Recipient: jbeorse X-GitHub-Reason: subscribed List-ID: opendatakit/aggregate <aggregate.opendatakit.github.com> List-Archive: https://github.com/opendatakit/aggregate List-Post: mailto:[email protected] List-Unsubscribe: mailto:unsub+000519af44e5aa0be93b19819b59d54a6a4cd345c610c6bb92cf0000000115a62a4392a169ce0ee3627f@reply.github.com, https://github.com/notifications/unsubscribe/AAUZr9_Rw43L3IJ-gyGibhDb3TwBmqedks5sXQ5DgaJpZM4O1SQ5 X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: [email protected] X-SG-EID: JVRD81wLmvjBgNlAmNtibjEbEEhcPGKEESixoxP2c45mSo/BeCc+YoQeRoQqmhxsAupf1MSbECS1qS r29cLjnFDgD5FwXg8fkWFoMS7b63cnxMfgjm96k0DO5lIuVA6DxBmZfg8RUjvXKy2nCie40w9fr3HK 39z9IPyfWHLAq4KNUd5GFZxlshV8ZsMNHw1TEE9OROUwCLldKi2qknuMz4nQJIoMh0hbGq3/emDIzj w=

----==_mimepart_598e6843ecdec_45e93f8fdce77c2c150892 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit

Comment by mitchellsundt Monday May 16, 2016 at 19:38 GMT


This may be a lack of codecs or a difference in the treatment of HTML tags that we use to provide the video links across the various browsers.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opendatakit/aggregate/issues/78#issuecomment-321952023 ----==_mimepart_598e6843ecdec_45e93f8fdce77c2c150892 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Comment by mitchellsundt
Monday May 16, 2016 at 19:38 GMT


This may be a lack of codecs or a difference in the treatment of HTML ta= gs that we use to provide the video links across the various browsers.

&mda= sh;
You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.3D""

=

----==_mimepart_598e6843ecdec_45e93f8fdce77c2c150892--

jbeorse avatar Aug 12 '17 02:08 jbeorse

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:

[email protected] Domain beorse.net has exceeded the max emails per hour (276/250 (110%)) allowed. Message will be reattempted later

------- This is a copy of the message, including all the headers. ------ ------ The body of the message is 5176 characters long; only the first ------ 5000 or so are included here. Received: from github-smtp2-ext2.iad.github.net ([192.30.252.193]:39354 helo=github-smtp2b-ext-cp1-prd.iad.github.net) by hp159.hostpapa.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from [email protected]) id 1dgMCj-000ebD-5h for [email protected]; Fri, 11 Aug 2017 22:31:09 -0400 Date: Fri, 11 Aug 2017 19:30:29 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1502505029; bh=wW6g+w+Ug6hh5ZTIGXkKef0kEIhEhDBXGl/4yVh3aBs=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0RvV97FBRazRK1P5PeJsgTuDE3Pbng208rTnMwTWQ9wIkxwPsdRObdmWn5GHN5NYP nb32eUHlR0PLt1OprKfNDXH4eqaT9uJu45aUBx7lfbHrGRWpCBNnauVlIk85ob3FzN Gdl5fDz0Mtz/3QNfromgZSk/ZmIrFedTktTqTTe8= From: Open Data Kit [email protected] Reply-To: opendatakit/aggregate [email protected] To: opendatakit/aggregate [email protected] Cc: Subscribed [email protected] Message-ID: opendatakit/aggregate/issues/78/[email protected] In-Reply-To: opendatakit/aggregate/issues/[email protected] References: opendatakit/aggregate/issues/[email protected] Subject: Re: [opendatakit/aggregate] ODK Aggregate Doesn't play video files in Google Chrome and Safari (#78) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_598e68459298b_5c0c3fcaa4591c2c94561"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: opendatakit-bot X-GitHub-Recipient: jbeorse X-GitHub-Reason: subscribed List-ID: opendatakit/aggregate <aggregate.opendatakit.github.com> List-Archive: https://github.com/opendatakit/aggregate List-Post: mailto:[email protected] List-Unsubscribe: mailto:unsub+000519afff4e2586c2d4c91163015f61f239f5be61a2236992cf0000000115a62a4592a169ce0ee3627f@reply.github.com, https://github.com/notifications/unsubscribe/AAUZrwdWRGnHjOa5mWT8o5y-_aMlOeN_ks5sXQ5FgaJpZM4O1SQ5 X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: [email protected]

----==_mimepart_598e68459298b_5c0c3fcaa4591c2c94561 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

<a href=3D"https://github.com/julesverne1"><img src=3D"https://avatars3.g= ithubusercontent.com/u/15086016?v=3D4" align=3D"left" width=3D"48" height= =3D"48" hspace=3D"10"> Comment by [julesverne1](https://githu= b.com/julesverne1) Tuesday May 17, 2016 at 09:48 GMT


Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected] wrote:

This may be a lack of codecs or a difference in the treatment of HTML t= ags that we use to provide the video links across the various browsers.

=E2=80=94 You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219= 524538

-- =

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opendatakit/aggregate/issues/78#issuecomment-321952026=

----==_mimepart_598e68459298b_5c0c3fcaa4591c2c94561 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Comment b= y julesverne1
=

Tuesday May 17, 2016 at 09:48 GMT


Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected]
wrote:

This may be a lack of codecs or a difference in the treatment of HTML = tags
that we use to provide the video links across the various browsers.

=E2=80=94
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
opendatakit/opendatakit#1221 (comment)

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub= , or mute the thread.

jbeorse avatar Aug 12 '17 02:08 jbeorse

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:

[email protected] Domain beorse.net has exceeded the max emails per hour (277/250 (110%)) allowed. Message will be reattempted later

------- This is a copy of the message, including all the headers. ------ ------ The body of the message is 9115 characters long; only the first ------ 5000 or so are included here. Received: from github-smtp2-ext2.iad.github.net ([192.30.252.193]:39363 helo=github-smtp2b-ext-cp1-prd.iad.github.net) by hp159.hostpapa.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from [email protected]) id 1dgMCj-000ebQ-Bt for [email protected]; Fri, 11 Aug 2017 22:31:09 -0400 Date: Fri, 11 Aug 2017 19:30:29 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1502505029; bh=jJ40eQxEFq9c1TnQi41u129AIeUpeMORtqAI1eXBp9o=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k6K/uGBvgFSG36ssYUgW14BBn7gSMCkzS2PqIIn8+OolwevP57Cut90IkcXv7AcDB gWY7MXzq+Gy7M85tDeI2FOv5+HBCeE0yuqQIMMBJLc6KqhyD76qhb5oUhPvPjxSncI HCK/apwxxfYWTQWIuaai8munGH+0tEI47sELxgLM= From: Open Data Kit [email protected] Reply-To: opendatakit/aggregate [email protected] To: opendatakit/aggregate [email protected] Cc: Subscribed [email protected] Message-ID: opendatakit/aggregate/issues/78/[email protected] In-Reply-To: opendatakit/aggregate/issues/[email protected] References: opendatakit/aggregate/issues/[email protected] Subject: Re: [opendatakit/aggregate] ODK Aggregate Doesn't play video files in Google Chrome and Safari (#78) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_598e6845c172a_70583f8e3e325c389234a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: opendatakit-bot X-GitHub-Recipient: jbeorse X-GitHub-Reason: subscribed List-ID: opendatakit/aggregate <aggregate.opendatakit.github.com> List-Archive: https://github.com/opendatakit/aggregate List-Post: mailto:[email protected] List-Unsubscribe: mailto:unsub+000519afff4e2586c2d4c91163015f61f239f5be61a2236992cf0000000115a62a4592a169ce0ee3627f@reply.github.com, https://github.com/notifications/unsubscribe/AAUZrwdWRGnHjOa5mWT8o5y-_aMlOeN_ks5sXQ5FgaJpZM4O1SQ5 X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: [email protected]

----==_mimepart_598e6845c172a_70583f8e3e325c389234a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

<a href=3D"https://github.com/mitchellsundt"><img src=3D"https://avatars1= .githubusercontent.com/u/2281171?v=3D4" align=3D"left" width=3D"48" heigh= t=3D"48" hspace=3D"10"> Comment by [mitchellsundt](https://gi= thub.com/mitchellsundt) Tuesday May 17, 2016 at 16:41 GMT


sorry, no. This is a low priority for us at this time.

What is the file type (extension) of your video files?

Different browsers only support some video formats.

https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats=

In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc https://chromium.googlesource.com/chromium/src/+/master/net/base/mime_uti= l.cc ): mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav . You might be able to work around this by changing the default file type produced by your device's camera (e.g., mp4 vs 3gpp or wav).

On Tue, May 17, 2016 at 2:48 AM, julesverne1 [email protected] wrote:

Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected] wrote:

This may be a lack of codecs or a difference in the treatment of HTML=

tags that we use to provide the video links across the various browsers.

=E2=80=94 You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-2= 19524538 =

=E2=80=94 You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219= 670535

=

Mitch Sundt Software Engineer University of Washington [email protected]

-- =

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opendatakit/aggregate/issues/78#issuecomment-321952027=

----==_mimepart_598e6845c172a_70583f8e3e325c389234a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Comment = by mitchellsundt
Tuesday May 17, 2016 at 16:41 GMT


sorry, no. This is a low priority for us at this time.

What is the file type (extension) of your video files?

Different browsers only support some video formats.

https://developer.mozilla.org/en-US/docs/Web/HTML/Support= ed_media_formats

In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc
https://chromium.googlesource.com/chromium/src/+/master/= net/base/mime_util.cc
):
mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav
.
You might be able to work around this by changing the default file type produced by your device's camera (e.g., mp4 vs 3gpp or wav).

On Tue, May 17, 2016 at 2:48 AM, julesverne1 [email protected]
wrote:

Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected]
wrote:

This may be a lack of codecs or a difference in the treatment of HTML tags
that we use to provide the video links across the various browsers.

=E2=80=94
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
<
opendatakit/opendatakit#1221 (comment)

=E2=80=94
You are receiving this because you commented.
Reply to this email directly or view it on GitHub
opendatakit/opendatakit#1221 (comment)

jbeorse avatar Aug 12 '17 02:08 jbeorse

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:

[email protected] Domain beorse.net has exceeded the max emails per hour (282/250 (112%)) allowed. Message will be reattempted later

------- This is a copy of the message, including all the headers. ------ ------ The body of the message is 12415 characters long; only the first ------ 5000 or so are included here. Received: from github-smtp2-ext5.iad.github.net ([192.30.252.196]:37177 helo=github-smtp2a-ext-cp1-prd.iad.github.net) by hp159.hostpapa.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from [email protected]) id 1dgMCp-000edy-2e for [email protected]; Fri, 11 Aug 2017 22:31:15 -0400 Date: Fri, 11 Aug 2017 19:30:31 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1502505031; bh=6fLyWgWuGnjzoUA/lRmg1Xu2m8JcL5Bs6lxfQ9ILPW0=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IDT/ZzUremISwGw4gvFel/an7YLaOpT5gx+nE3WXQY9Jq8pm4CQ9d6XeSUuz6xsTu CJLfdI9CvZHG0Vs8MD9HIKUsaLYsVGaWt13DTs4a64kggrFRhPZyxYZaLGxxHYu4t0 3g7GhbAlpJaOOIWL0/q1b1sKIPST/TP8vNIzuVhE= From: Open Data Kit [email protected] Reply-To: opendatakit/aggregate [email protected] To: opendatakit/aggregate [email protected] Cc: Subscribed [email protected] Message-ID: opendatakit/aggregate/issues/78/[email protected] In-Reply-To: opendatakit/aggregate/issues/[email protected] References: opendatakit/aggregate/issues/[email protected] Subject: Re: [opendatakit/aggregate] ODK Aggregate Doesn't play video files in Google Chrome and Safari (#78) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_598e6847e9c1_44633fb2774b1c34502fc"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: opendatakit-bot X-GitHub-Recipient: jbeorse X-GitHub-Reason: subscribed List-ID: opendatakit/aggregate <aggregate.opendatakit.github.com> List-Archive: https://github.com/opendatakit/aggregate List-Post: mailto:[email protected] List-Unsubscribe: mailto:unsub+000519af5bc55d431939d96577daefa9d043055c6a628bdc92cf0000000115a62a4792a169ce0ee3627f@reply.github.com, https://github.com/notifications/unsubscribe/AAUZr_04gsQ3d-wg5ceNWFSZ0zxuHmqqks5sXQ5HgaJpZM4O1SQ5 X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: [email protected]

----==_mimepart_598e6847e9c1_44633fb2774b1c34502fc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

<a href=3D"https://github.com/julesverne1"><img src=3D"https://avatars3.g= ithubusercontent.com/u/15086016?v=3D4" align=3D"left" width=3D"48" height= =3D"48" hspace=3D"10"> Comment by [julesverne1](https://githu= b.com/julesverne1) Monday May 23, 2016 at 11:11 GMT


My file type is mp4. (and this doesnt explain why one out of seven video = is playing but not the rest. It's really weird)

And in my mapping project I will ask many different people (with differen= t skills and command on Android phone) to submit videos so unfortunately I cant ask everyone to change the file types.

This is unfortunate for me but thank you for your interest and effort for=

trying to come up with solutions.

Have a great day.

On Tue, May 17, 2016 at 6:41 PM, Mitch Sundt [email protected] wrote:

sorry, no. This is a low priority for us at this time.

What is the file type (extension) of your video files?

Different browsers only support some video formats.

https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_forma= ts

In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc < https://chromium.googlesource.com/chromium/src/+/master/net/base/mime_u= til.cc

): mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav . You might be able to work around this by changing the default file ty= pe produced by your device's camera (e.g., mp4 vs 3gpp or wav). =

On Tue, May 17, 2016 at 2:48 AM, julesverne1 [email protected] wrote:

Any solution advice?

On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt [email protected]=

wrote:

This may be a lack of codecs or a difference in the treatment of HT= ML tags that we use to provide the video links across the various browsers.=

=

=E2=80=94 You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < =

https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-2= 19524538

=

=E2=80=94 You are receiving this because you commented. Reply to this email directly or view it on GitHub < https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-2= 19670535 =

=

=

Mitch Sundt Software Engineer University of Washington [email protected]

=E2=80=94 You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219= 778163

-- =

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opendatakit/aggregate/issues/78#issuecomment-321952028=

----==_mimepart_598e6847e9c1_44633fb2774b1c34502fc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Comment b= y julesverne1
=

Monday May 23, 2016 at 11:11 GMT


My file type is mp4. (and this doesnt explain why one out of seven vid= eo is
playing but not the rest. It's really weird)

And in my mapping project I will ask many different people (with diffe= rent
skills and command on Android phone) to submit videos so unfortunately I cant ask everyone to change the file types.

This is unfortunate for me but thank you for your interest and effort = for
trying to come up with solutions.

Have a great day.

On Tue, May 17, 2016 at 6:41 PM, Mitch Sundt [email protected]
wrote:

sorry, no. This is a low priority for us at this time.

What is the file type (extension) of your video files?

Different browsers only support some video formats.

https://developer.mozilla.org/en-US/docs/Web/HTML/Support= ed_media_formats

In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc
<
https://chromium.googlesource.com/chromium/src/+/master/= net/base/mime_util.cc

):
mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav
.
You might be able to work around this by changing the default file type produced by your device's c

jbeorse avatar Aug 12 '17 02:08 jbeorse

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:

[email protected] Domain beorse.net has exceeded the max emails per hour (279/250 (111%)) allowed. Message will be reattempted later

------- This is a copy of the message, including all the headers. ------ ------ The body of the message is 15260 characters long; only the first ------ 5000 or so are included here. Received: from o8.sgmail.github.com ([167.89.101.199]:37281) by hp159.hostpapa.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89) (envelope-from [email protected]) id 1dgMCm-000ec8-Dv for [email protected]; Fri, 11 Aug 2017 22:31:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=kDvBBJ/uZI7xyNqa6D7sLUOYwA0=; b=OLa8GY1DHqq0TaTN Kr60m6foLXv90WJi0l6a6kIL7eu0o1W6Ec8mtQCLWRP7/8oLyDOtk+u81dCaL7pv pLoHLLsYtFYObrYdnTjHgP9jSaMeMa0z3XoorkgJ69aqysBTSwjZPV2Bqw1ga+Gn QFolXtTKCbAgdcQ0q6Hv6Yi4edk= Received: by filter0660p1mdw1.sendgrid.net with SMTP id filter0660p1mdw1-16019-598E6848-19 2017-08-12 02:30:32.268194885 +0000 UTC Received: from github-smtp2b-ext-cp1-prd.iad.github.net (github-smtp2b-ext-cp1-prd.iad.github.net [192.30.253.17]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id Z4S1PyoESS2QGP4LGtofdA for [email protected]; Sat, 12 Aug 2017 02:30:32.254 +0000 (UTC) Date: Sat, 12 Aug 2017 02:30:32 +0000 (UTC) From: Open Data Kit [email protected] Reply-To: opendatakit/aggregate [email protected] To: opendatakit/aggregate [email protected] Cc: Subscribed [email protected] Message-ID: opendatakit/aggregate/issues/78/[email protected] In-Reply-To: opendatakit/aggregate/issues/[email protected] References: opendatakit/aggregate/issues/[email protected] Subject: Re: [opendatakit/aggregate] ODK Aggregate Doesn't play video files in Google Chrome and Safari (#78) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_598e684810138_862e3ff5675abc38196ec"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: opendatakit-bot X-GitHub-Recipient: jbeorse X-GitHub-Reason: subscribed List-ID: opendatakit/aggregate <aggregate.opendatakit.github.com> List-Archive: https://github.com/opendatakit/aggregate List-Post: mailto:[email protected] List-Unsubscribe: mailto:unsub+000519af9c207871eb0cec29fba950b849262df0beb91f5092cf0000000115a62a4892a169ce0ee3627f@reply.github.com, https://github.com/notifications/unsubscribe/AAUZr1XlFmUqnZttjF1gOJ0J8uvfp1hoks5sXQ5IgaJpZM4O1SQ5 X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: [email protected] X-SG-EID: JVRD81wLmvjBgNlAmNtibjEbEEhcPGKEESixoxP2c44kQxULFZUCfq2v0+tJ1G4N/B1e/9ziaDqUIp SEBJ8pO6Xj6XO00cnsVZF4sh/e8qPmFnyeNMf+EIaL0/Weo0dics7fDgxP+AeOSiVKpaG8rqHwkH1e Z5+bgaauuMv3dt90S1tZpur7dPThlI5DiEgwQ7zKTlfTFgk2UUK0S5pNctS8nWg7hcZ8GkLQZy66QL 4=

----==_mimepart_598e684810138_862e3ff5675abc38196ec Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

<a href=3D"https://github.com/mitchellsundt"><img src=3D"https://avatars1.g= ithubusercontent.com/u/2281171?v=3D4" align=3D"left" width=3D"48" height=3D= "48" hspace=3D"10"> Comment by [mitchellsundt](https://github.c= om/mitchellsundt) Monday May 23, 2016 at 16:56 GMT


Thanks. mp4 is already supported in the submission flow. I was hoping your device was using a newer encoding format that we didn't yet explicitly support.

On Mon, May 23, 2016 at 4:11 AM, julesverne1 [email protected] wrote:

My file type is mp4. (and this doesnt explain why one out of seven video = is playing but not the rest. It's really weird) =20 And in my mapping project I will ask many different people (with different skills and command on Android phone) to submit videos so unfortunately I cant ask everyone to change the file types. =20 This is unfortunate for me but thank you for your interest and effort for trying to come up with solutions. =20 Have a great day. =20 On Tue, May 17, 2016 at 6:41 PM, Mitch Sundt [email protected] wrote: =20

sorry, no. This is a low priority for us at this time. =20 What is the file type (extension) of your video files? =20 Different browsers only support some video formats. =20 https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_forma= ts =20 In terms of file extensions, Chromium (Chrome browser) recognizes the following (defined in src/net/base/mime_util.cc < =20 https://chromium.googlesource.com/chromium/src/+/master/net/base/mime_u= til.cc =20

): mp4, m4v, m4a, mp3, ogv, ogm, ogg, oga, webm, wav . You might be able to work around this by changing the default file ty= pe produced by your device's camera (e.g., mp4 vs 3gpp or wav). =20 On Tue, May 17, 2016 at 2:48 AM, julesverne1 [email protected] wrote: =20 Any solution advice? =20 On Mon, May 16, 2016 at 9:38 PM, Mitch Sundt <[email protected] =20 wrote: =20

This may be a lack of codecs or a difference in the treatment of HT= ML tags that we use to provide the video links across the various browsers. =20 =E2=80=94 You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < =20 https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219= 524538 =20 =E2=80=94 You are receiving this because you commented. Reply to this email directly or view it on GitHub < =20 https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219= 670535 =20 =20 ##=20 =20 Mitch Sundt Software Engineer University of Washington [email protected] =20 =E2=80=94 You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-219= 778163 =20 =E2=80=94 You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/opendatakit/opendatakit/issues/1221#issuecomment-22095= 1926

##=20

Mitch Sundt Software Engineer University of Washington [email protected]

--=20 You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opendatakit/aggregate/issues/78#issuecomment-321952030=

----==_mimepart_598e684810138_862e3ff5675abc38196ec Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Comment by mitchellsundt
Monday May 23, 2016 at 16:56 GMT


Thanks. mp4 is already supported in the submission flow. I was hoping yo= ur
device was using a newer encoding format that we didn't yet explicitly
support.

On Mon, May 23, 2016 at 4:11 AM, julesverne1 [email protected]
wrote:

My file type is mp4. (and this doesnt explain why one out of seven video= is
playing but not the rest. It's really weird)

And in my mapping project I will ask many different people (with differe= nt
skills and command on Android phone) to submit videos so unfortunately I
cant ask everyone to change the file types.

This is unfortunate for me but thank you for your interest and effort fo= r
trying to come up with solutions.

Have a great day.

jbeorse avatar Aug 12 '17 02:08 jbeorse

Attention! We're housekeeping! This issue will automatically be closed if no feedback is received in one week.

If this issue is important to you or you can provide more information about it, please, do so as soon as possible :)

ggalmazor avatar Nov 06 '17 19:11 ggalmazor