The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
bear <bea... @gmail.com>
Date: Wed, 23 Jan 2008 10:48:52 -0800 (PST)
Local: Wed, Jan 23 2008 1:48 pm
Subject: flv upload
ok, need some sanity checking on my api "docs" - it's in quotes
because right now it's just a bunch of notes :)
here is what I know of the flv upload and I wanted to share it with
you guys to get feedback on two things: 1) is the info accurate and 2)
is the format I'm using understandable
flv upload
http://app2.seesmic.com/seesmic/upload.form
HTTP POST to the URL with the following sent as multipart/form-
data
* String sid
* String title
* String source
* Boolean twitter
* String replyof
* Binary filedata
The server will respond either with the videoId or 0
like I said, it's very rough but I wanted it out sooner than later to
get feedback
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Critter <k0rnel... @gmail.com>
Date: Wed, 23 Jan 2008 10:50:43 -0800 (PST)
Local: Wed, Jan 23 2008 1:50 pm
Subject: Re: flv upload
Nice one mate.. I totally understand it..
you need language, though.. videos with no associated langauge do not
show in my timeline...
On Jan 23, 1:48 pm, bear <bea... @gmail.com> wrote:
> ok, need some sanity checking on my api "docs" - it's in quotes
> because right now it's just a bunch of notes :)
> here is what I know of the flv upload and I wanted to share it with
> you guys to get feedback on two things: 1) is the info accurate and 2)
> is the format I'm using understandable
> flv upload
> http://app2.seesmic.com/seesmic/upload.form
> HTTP POST to the URL with the following sent as multipart/form-
> data
> * String sid
> * String title
> * String source
> * Boolean twitter
> * String replyof
> * Binary filedata
> The server will respond either with the videoId or 0
> like I said, it's very rough but I wanted it out sooner than later to
> get feedback
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
bear <bea... @gmail.com>
Date: Wed, 23 Jan 2008 17:45:18 -0500
Local: Wed, Jan 23 2008 5:45 pm
Subject: Re: flv upload
doh! I must have not cut-n-pasted the "these items are always required" part
On 1/23/08, Critter <k0rnel... @gmail.com> wrote:
> Nice one mate.. I totally understand it..
> you need language, though.. videos with no associated langauge do not > show in my timeline...
> On Jan 23, 1:48 pm, bear <bea... @gmail.com> wrote: > > ok, need some sanity checking on my api "docs" - it's in quotes > > because right now it's just a bunch of notes :)
> > here is what I know of the flv upload and I wanted to share it with > > you guys to get feedback on two things: 1) is the info accurate and 2) > > is the format I'm using understandable
> > flv upload
> > http://app2.seesmic.com/seesmic/upload.form
> > HTTP POST to the URL with the following sent as multipart/form- > > data
> > * String sid > > * String title > > * String source > > * Boolean twitter > > * String replyof > > * Binary filedata
> > The server will respond either with the videoId or 0
> > like I said, it's very rough but I wanted it out sooner than later to > > get feedback
--
---
Bear
http://code-bear.com PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
bear <bea... @gmail.com>
Date: Wed, 23 Jan 2008 17:50:40 -0500
Local: Wed, Jan 23 2008 5:50 pm
Subject: Re: flv upload
k, revised:
flv upload
http://app2.seesmic.com/seesmic/upload.form
HTTP POST to the URL with the following sent as multipart/form- data
* String sid * String title * String language (2 character language code) * String source (short app name) * Boolean twitter * String replyof * Binary filedata
The server will respond either with the video id or 0
--- Bear http://code-bear.com
PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Kosso <kos... @gmail.com>
Date: Thu, 24 Jan 2008 01:19:13 +0000
Local: Wed, Jan 23 2008 8:19 pm
Subject: Re: flv upload
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Kosso <kos... @gmail.com>
Date: Thu, 24 Jan 2008 01:59:19 +0000
Local: Wed, Jan 23 2008 8:59 pm
Subject: Re: flv upload
btw: Is the capitalization of the vars all correct?
..knowing that the Flash file upload post uses 'Filedata' for file uploads.
(obviously, using a web form can be set by the programmer)
Also, the 'replyof' value: given that the API has it as 'replyOf'
Just in case this matters ;)
Cheers! K
On 23/01/2008, bear <bea... @gmail.com> wrote:
> k, revised:
> flv upload
> http://app2.seesmic.com/seesmic/upload.form
> HTTP POST to the URL with the following sent as multipart/form- > data
> * String sid > * String title > * String language (2 character language code) > * String source (short app name) > * Boolean twitter > * String replyof > * Binary filedata
> The server will respond either with the video id or 0
> --- > Bear > http://code-bear.com
> PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
--
Podcast.com :Chief Technical Officer
http://podcast.com -------------------------------------------------------
my Podcast.com :
http://my.podcast.com/kosso/ Blog:
http://kosso.wordpress.com Twitter:
http://twitter.com/kosso
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
bear <bea... @gmail.com>
Date: Wed, 23 Jan 2008 23:42:38 -0500
Local: Wed, Jan 23 2008 11:42 pm
Subject: Re: flv upload
so far all of the api params when used over the http interface have
been lower case.
let me know if that turns out to be wrong - this is one of the few api items I have not tested with my Python API code
On 1/23/08, Kosso <kos... @gmail.com> wrote:
> btw: Is the capitalization of the vars all correct?
> ..knowing that the Flash file upload post uses 'Filedata' for file uploads.
> (obviously, using a web form can be set by the programmer)
> Also, the 'replyof' value: given that the API has it as 'replyOf'
> Just in case this matters ;)
> Cheers! > K
> On 23/01/2008, bear <bea... @gmail.com> wrote:
> > k, revised:
> > flv upload
> > http://app2.seesmic.com/seesmic/upload.form
> > HTTP POST to the URL with the following sent as multipart/form- > > data
> > * String sid > > * String title > > * String language (2 character language code) > > * String source (short app name) > > * Boolean twitter > > * String replyof > > * Binary filedata
> > The server will respond either with the video id or 0
> > --- > > Bear > > http://code-bear.com
> > PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
> -- > Podcast.com :Chief Technical Officer > http://podcast.com > ------------------------------------------------------- > my Podcast.com : http://my.podcast.com/kosso/ > Blog: http://kosso.wordpress.com > Twitter: http://twitter.com/kosso
--
---
Bear
http://code-bear.com PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Kosso <kos... @gmail.com>
Date: Thu, 24 Jan 2008 04:45:02 +0000
Local: Wed, Jan 23 2008 11:45 pm
Subject: Re: flv upload
Cool..
No worries. :) I'll be trying the flv upload fairly shortly ;)
Thanks Mike :) Kosso
On 24/01/2008, bear <bea... @gmail.com> wrote:
> so far all of the api params when used over the http interface have > been lower case.
> let me know if that turns out to be wrong - this is one of the few api > items I have not tested with my Python API code
> On 1/23/08, Kosso <kos... @gmail.com> wrote: > > btw: Is the capitalization of the vars all correct?
> > ..knowing that the Flash file upload post uses 'Filedata' for file > uploads.
> > (obviously, using a web form can be set by the programmer)
> > Also, the 'replyof' value: given that the API has it as 'replyOf'
> > Just in case this matters ;)
> > Cheers! > > K
> > On 23/01/2008, bear <bea... @gmail.com> wrote:
> > > k, revised:
> > > flv upload
> > > http://app2.seesmic.com/seesmic/upload.form
> > > HTTP POST to the URL with the following sent as multipart/form- > > > data
> > > * String sid > > > * String title > > > * String language (2 character language code) > > > * String source (short app name) > > > * Boolean twitter > > > * String replyof > > > * Binary filedata
> > > The server will respond either with the video id or 0
> > > --- > > > Bear > > > http://code-bear.com
> > > PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
> > -- > > Podcast.com :Chief Technical Officer > > http://podcast.com > > ------------------------------------------------------- > > my Podcast.com : http://my.podcast.com/kosso/ > > Blog: http://kosso.wordpress.com > > Twitter: http://twitter.com/kosso
> -- > --- > Bear > http://code-bear.com
> PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
--
Podcast.com :Chief Technical Officer
http://podcast.com -------------------------------------------------------
my Podcast.com :
http://my.podcast.com/kosso/ Blog:
http://kosso.wordpress.com Twitter:
http://twitter.com/kosso
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Kosso <kos... @gmail.com>
Date: Fri, 25 Jan 2008 04:23:03 +0000
Local: Thurs, Jan 24 2008 11:23 pm
Subject: Re: flv upload
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Kosso <kos... @gmail.com>
Date: Fri, 25 Jan 2008 06:04:01 +0000
Local: Fri, Jan 25 2008 1:04 am
Subject: Re: flv upload
ok. my bad. the url is there. :)
btw: has anyone had any success trying this out?
I have found the you can't use PHP with cUrl to do this, due to PHP always sending the "Expect" header with a POST - and the lighttpd doesn't like that.
So, I've tried various other methods and always get the reply: {"upload":{"reason":"file_empty","success":"false"}}
The seesmic server seems to take the upload and know the filesize etc, but still gives this reply.
Anyone have any ideas?
Cheers, Kosso
ps: The main seesmic app upload form is not adding the 'language' flag ;)
K
On 25/01/2008, Kosso <kos... @gmail.com> wrote:
> Hi Mike,
> Has the upload.form moved?
> K
> On 23/01/2008, bear <bea... @gmail.com> wrote:
> > k, revised:
> > flv upload
> > http://app2.seesmic.com/seesmic/upload.form
> > HTTP POST to the URL with the following sent as multipart/form- > > data
> > * String sid > > * String title > > * String language (2 character language code) > > * String source (short app name) > > * Boolean twitter > > * String replyof > > * Binary filedata
> > The server will respond either with the video id or 0
> > --- > > Bear > > http://code-bear.com
> > PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
> -- > Podcast.com :Chief Technical Officer > http://podcast.com > ------------------------------------------------------- > my Podcast.com : http://my.podcast.com/kosso/ > Blog: http://kosso.wordpress.com > Twitter: http://twitter.com/kosso
--
Podcast.com :Chief Technical Officer
http://podcast.com -------------------------------------------------------
my Podcast.com :
http://my.podcast.com/kosso/ Blog:
http://kosso.wordpress.com Twitter:
http://twitter.com/kosso
You must
Sign in before you can post messages.
You do not have the permission required to post.