WAP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreWAP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old November 22nd, 2005, 03:57 AM
Matt Howarth Matt Howarth is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 4 Matt Howarth User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 11 m 17 sec
Reputation Power: 0
wap video test

Hi all,

yet another wap newbie here to irritate you with simplistic questions.

I need to put a piece of video (encoded in 3gp) onto a web site that is accessable by wap phones. I then want to be able to send a link to any wap phone so people can have a look at the video. No payment mechanism is necessary as this is just a test and a method of showing potential investors what we are talking about.

How do I make a web page accessible to wap phones, what size should I make the video to make it accessible by most phones and how do I send the link (SMS????)?

At this stage I want to do the tests myself so any advice you can offer will be much appreciated.

Matt

Reply With Quote
  #2  
Old November 24th, 2005, 10:35 AM
homiLondon homiLondon is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 23 homiLondon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 24 m 35 sec
Reputation Power: 0
Smile

Quote:
Originally Posted by Matt Howarth
Hi all,

yet another wap newbie here to irritate you with simplistic questions.

I need to put a piece of video (encoded in 3gp) onto a web site that is accessable by wap phones. I then want to be able to send a link to any wap phone so people can have a look at the video. No payment mechanism is necessary as this is just a test and a method of showing potential investors what we are talking about.

How do I make a web page accessible to wap phones, what size should I make the video to make it accessible by most phones and how do I send the link (SMS????)?

At this stage I want to do the tests myself so any advice you can offer will be much appreciated.

Matt

Hi Matt,
first edit your video in 3gp and upload to your sever.
then I think you should send it via your mobile phone as a mms. so if your recipient does not have mms enabled their operator would keep the file in their servers and sends them link to click from the mobile phone or from the URL through their web site.
size of the file you should make it to 30k but depends how long is your video.
another way is to make a mobile web site and do it in XHTML.
and from this web site you can place a link so your clients can click and see the video. obviously you have to have your web site done for mobile phone and the small screen.
see a example http://www.globalsoftware.co.uk
homi

Reply With Quote
  #3  
Old November 27th, 2005, 04:10 AM
andymoo's Avatar
andymoo andymoo is offline
Timelord
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Loughborough, Leicestershire
Posts: 605 andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 5 h 53 m 46 sec
Reputation Power: 63
1) upload 3gp clip to webserver.
2) set correct mime/type
3) use sms aggregator to send the link as a text / mms / wap push
4) user downloads

don't pay over the odds for this, find a good aggregator with direct connections into the networks, try and avoid small players reselling posibly another resellers services.

if you can't deal direct with the networks deal with someone who does.
__________________
Andy Moore << oh no it's got a blog.....
Word Press WAP Plugin with Ad Mob Advertising revenue
PHP developer
deploying ringtones, mp3 downloads and realtones
I'm a geek who's obsessed with stats and gadgets

Reply With Quote
  #4  
Old November 28th, 2005, 03:42 AM
Matt Howarth Matt Howarth is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 4 Matt Howarth User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 11 m 17 sec
Reputation Power: 0
Hi Homi & Andy,

firstly thanks very much for taking the time to reply.

Pardon my ignorance (I'm a TV producer who's making first inroads into wap) but how do I find out the correct mime/type?

Also, any recommendations for aggregators?

Finally, can you point me in the right direction of tutorials for making a mobile / small screen site?

Many thanks again for your time.

Matt

Reply With Quote
  #5  
Old November 28th, 2005, 11:14 AM
andymoo's Avatar
andymoo andymoo is offline
Timelord
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Loughborough, Leicestershire
Posts: 605 andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 5 h 53 m 46 sec
Reputation Power: 63
Hi Matt,

The mime type issue is just telling the server you're hosting the files on that 3gp is okay.

You can do this in cPanel or in your .htaccess on a Linux box and I think Helm has a similar tool.

This is a line from one of my .htaccess files which instructs the server to treat files with a .3gp extension as video/3gpp

AddType video/3gpp 3gp

The other option is to use a script to open the file contents and echo them to the browser after adding the correct headers to set the mime type.

As for which aggregator to use there are a few good ones and many many bad ones.

MX Telecom - exceptional delivery rates - (Nick if you're reading this you owe me a beer) plus they have direct connections into the networks.

I had a bad experience with 2ergo - they spammed me and a few people have commented that they often do. (Christian if you're reading this you shouldn't have spammed me!)

There's a thread I started on Devshed with a load of links to aggregators: http://forums.devshed.com/t178113/s.html

As for tutorials, there's a load of stuff over at w3schools.com that might help: http://www.w3schools.com/wap/wml_reference.asp

There's also http://www.waptutor.org.uk which is run by somsone I know, it needs updating but might help.

Failing that, if you want to throw your life into mobile development I'd suggest really going for it and getting to grips with the wurlf. http://wurfl.sourceforge.net/

Or you could give me a call and we'll host the content and give you access to our ready to roll deployment solution...... My contact details have been sent in a PM.

Cheers

Reply With Quote
  #6  
Old December 2nd, 2005, 07:34 AM
Matt Howarth Matt Howarth is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 4 Matt Howarth User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 11 m 17 sec
Reputation Power: 0
thanks - wap video test

Hi Andy,

thanks for that very comprehensive reply.

I will give you a call, probably early next week.

cheers

Matt

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreWAP Programming > wap video test


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway